Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-10-22 23:59:13


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

Log:
Add access to web check results.
Text files modified:
   website/public_html/beta/development/.htaccess | 5 +++--
   1 files changed, 3 insertions(+), 2 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:59:13 EDT (Mon, 22 Oct 2007)
@@ -2,10 +2,11 @@
 RewriteBase /development
 
 #~ Locally available regression result archives.
-RewriteRule ^tests$ tests/index.html [R]
+RewriteRule ^tests$ tests/ [R]
 RewriteRule ^tests/([^/]+)/([^/]+)/$ tests/$1/$2/index.html [R]
 RewriteRule ^tests/(.*)$ testing_results.php/$1 [L]
 
 #~ Web site self checks.
-RewriteRule ^webcheck$ webcheck/ [R]
+RewriteRule ^webcheck$ webcheck/index.html [R]
+RewriteRule ^webcheck/$ webcheck/index.html [R]
 RewriteRule ^webcheck/(.*)$ webcheck_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