Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-16 12:59:26


Author: danieljames
Date: 2008-03-16 12:59:25 EDT (Sun, 16 Mar 2008)
New Revision: 43652
URL: http://svn.boost.org/trac/boost/changeset/43652

Log:
Change some directory redirects so that they work without a trailing slash.
Text files modified:
   website/public_html/beta/.htaccess | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: website/public_html/beta/.htaccess
==============================================================================
--- website/public_html/beta/.htaccess (original)
+++ website/public_html/beta/.htaccess 2008-03-16 12:59:25 EDT (Sun, 16 Mar 2008)
@@ -35,9 +35,9 @@
 # before *any* rewrite rules are checked. Which is just nasty!!
 RewriteRule ^boost([.]png)?/(.*) doc/libs/release/boost/$2 [R=permanent,L]
 # The BoostBook doc/html/* subdir
-RewriteRule ^doc/html/(.*) doc/libs/release/doc/html/$1 [R=permanent,L]
+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]
@@ -45,7 +45,7 @@
 # The status pages, all go to the testing intro
 RewriteRule ^status(.*) development/testing.html [R=permanent,L]
 # The tools pages (todo)
-RewriteRule ^tools/(.*) doc/tools/$1 [R=permanent,L]
+RewriteRule ^tools(/.*)$ doc/tools$1 [R=permanent,L]
 # The wiki
 RewriteRule ^wiki/?$ http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl [R,L]
 # The various extra docs, in more subdir.


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