Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-16 13:07:18


Author: danieljames
Date: 2008-03-16 13:07:17 EDT (Sun, 16 Mar 2008)
New Revision: 43653
URL: http://svn.boost.org/trac/boost/changeset/43653

Log:
Fix the libs redirect from the previous check-in - the trailing slash wasn't optional.
Text files modified:
   website/public_html/beta/.htaccess | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/.htaccess
==============================================================================
--- website/public_html/beta/.htaccess (original)
+++ website/public_html/beta/.htaccess 2008-03-16 13:07:17 EDT (Sun, 16 Mar 2008)
@@ -37,7 +37,7 @@
 # The BoostBook doc/html/* subdir
 RewriteRule ^doc/html(/.*)?$ doc/libs/release/doc/html$1 [R=permanent,L]
 # The libs subdirs
-RewriteRule ^libs(/.*)$ doc/libs/release/libs$1 [R=permanent,L]
+RewriteRule ^libs(/.*)?$ doc/libs/release/libs$1 [R=permanent,L]
 # The people pages
 RewriteRule ^people/people.htm users/people.html [R=permanent,L]
 RewriteRule ^people/?$ users/people.html [R=permanent,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