Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-09-14 12:28:27


Author: grafik
Date: 2007-09-14 12:28:26 EDT (Fri, 14 Sep 2007)
New Revision: 39272
URL: http://svn.boost.org/trac/boost/changeset/39272

Log:
Add redirect from immediate subdirs to index.html page of the subdir, for regression results.
Text files modified:
   website/public_html/beta/development/.htaccess | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/development/.htaccess
==============================================================================
--- website/public_html/beta/development/.htaccess (original)
+++ website/public_html/beta/development/.htaccess 2007-09-14 12:28:26 EDT (Fri, 14 Sep 2007)
@@ -2,4 +2,5 @@
 RewriteBase /development
 
 RewriteRule ^tests$ tests/ [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