Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-10-22 23:58:27


Author: grafik
Date: 2007-10-22 23:58:26 EDT (Mon, 22 Oct 2007)
New Revision: 40325
URL: http://svn.boost.org/trac/boost/changeset/40325

Log:
Add access to web check results.
Text files modified:
   website/public_html/beta/development/.htaccess | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/development/.htaccess
==============================================================================
--- website/public_html/beta/development/.htaccess (original)
+++ website/public_html/beta/development/.htaccess 2007-10-22 23:58:26 EDT (Mon, 22 Oct 2007)
@@ -2,7 +2,7 @@
 RewriteBase /development
 
 #~ Locally available regression result archives.
-RewriteRule ^tests$ tests/ [R]
+RewriteRule ^tests$ tests/index.html [R]
 RewriteRule ^tests/([^/]+)/([^/]+)/$ tests/$1/$2/index.html [R]
 RewriteRule ^tests/(.*)$ testing_results.php/$1 [L]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk