Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-02-03 06:25:02


Author: danieljames
Date: 2008-02-03 06:25:01 EST (Sun, 03 Feb 2008)
New Revision: 43066
URL: http://svn.boost.org/trac/boost/changeset/43066

Log:
Fix the library documentation redirect for directories.
Text files modified:
   website/public_html/beta/doc/.htaccess | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/doc/.htaccess
==============================================================================
--- website/public_html/beta/doc/.htaccess (original)
+++ website/public_html/beta/doc/.htaccess 2008-02-03 06:25:01 EST (Sun, 03 Feb 2008)
@@ -10,7 +10,7 @@
 RewriteRule ^libs/development/(.*) libs/1_35_0/$1 [R]
 
 # In case we don't get a file looking URI we send it to the index.html file.
-RewriteRule ^libs/([0-9_]+)/([^.]+)/?$ libs/boost_$1/$2/index.html [R]
+RewriteRule ^libs/([0-9_]+)/([^.]*[^./])/?$ libs/$1/$2/index.html [R]
 
 # Rewrite specific versions to the dynamic handlers.
 RewriteRule ^libs/([0-9_]+)/?$ libraries.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