Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-02-06 13:59:57


Author: danieljames
Date: 2008-02-06 13:59:57 EST (Wed, 06 Feb 2008)
New Revision: 43128
URL: http://svn.boost.org/trac/boost/changeset/43128

Log:
An extra redirect for the people page, and get the 'more' directory redirect to work when there isn't a trailing backslash.
Text files modified:
   website/public_html/beta/.htaccess | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/.htaccess
==============================================================================
--- website/public_html/beta/.htaccess (original)
+++ website/public_html/beta/.htaccess 2008-02-06 13:59:57 EST (Wed, 06 Feb 2008)
@@ -39,6 +39,7 @@
 # The libs subdirs
 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]
 RewriteRule ^people/([^.]+) users/people/$1.html [R=permanent,L]
 # The status pages, all go to the testing intro
@@ -82,4 +83,4 @@
 RewriteRule ^more/test_policy.htm development/test.html [R=permanent,L]
 RewriteRule ^more/updating_the_website.html development/website_updating.html [R=permanent,L]
 RewriteRule ^more/version_history_html users/history/ [R=permanent,L]
-RewriteRule ^more/(.*) users/index.html [R=permanent,L]
+RewriteRule ^more(/.*)?$ users/index.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