Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-05-01 14:38:24


Author: danieljames
Date: 2008-05-01 14:38:24 EDT (Thu, 01 May 2008)
New Revision: 44988
URL: http://svn.boost.org/trac/boost/changeset/44988

Log:
Merge in more rewrite fixes.
Text files modified:
   website/public_html/live/.htaccess | 11 +++++++----
   1 files changed, 7 insertions(+), 4 deletions(-)

Modified: website/public_html/live/.htaccess
==============================================================================
--- website/public_html/live/.htaccess (original)
+++ website/public_html/live/.htaccess 2008-05-01 14:38:24 EDT (Thu, 01 May 2008)
@@ -63,14 +63,14 @@
 RewriteRule ^more/discussion_policy.htm community/policy.html [R=permanent,L]
 RewriteRule ^more/error_handling.html community/error_handling.html [R=permanent,L]
 RewriteRule ^more/faq.htm users/faq.html [R=permanent,L]
-RewriteRule ^more/feature_model_diagrams.html community/feature_model_diagrams.html [R=permanent,L]
+RewriteRule ^more/feature_model_diagrams.html? community/feature_model_diagrams.html [R=permanent,L]
 RewriteRule ^more/formal_review_process.htm community/reviews.html [R=permanent,L]
 RewriteRule ^more/formal_review_schedule.html community/review_schedule.html [R=permanent,L]
 RewriteRule ^more/generic_exception_safety.html community/exception_safety.html [R=permanent,L]
 RewriteRule ^more/generic_programming.html community/generic_programming.html [R=permanent,L]
 RewriteRule ^more/getting_started/(.*) doc/libs/release/more/getting_started/$1 [R=permanent,L]
 RewriteRule ^more/getting_started(\.html)? doc/libs/release/more/getting_started/index.html [R=permanent,L]
-RewriteRule ^more/headers.htm development/header.html [R=permanent,L]
+RewriteRule ^more/headers?.htm development/header.html [R=permanent,L]
 RewriteRule ^more/imp_vars.htm community/implementation_variations.html [R=permanent,L]
 RewriteRule ^more/int_const_guidelines.htm development/int_const_guidelines.html [R=permanent,L]
 RewriteRule ^more/lib_guide.htm development/requirements.html [R=permanent,L]
@@ -82,12 +82,15 @@
 RewriteRule ^more/proposal.pdf users/proposal.pdf [R=permanent,L]
 RewriteRule ^more/regression.html development/testing.html [R=permanent,L]
 RewriteRule ^more/release_mgr_checklist.html http://svn.boost.org/trac/boost/wiki/ReleasePractices/ManagerCheckList [R,L]
-RewriteRule ^more/release_precedures.htm http://svn.boost.org/trac/boost/wiki/ReleasePractices/Procedures [R,L]
+RewriteRule ^more/release_procedures.htm http://svn.boost.org/trac/boost/wiki/ReleasePractices/Procedures [R,L]
+RewriteRule ^more/report-apr-2006.html development/report-apr-2006.html [R=permanent,L]
+RewriteRule ^more/report-jan-2006.html development/report-jan-2006.html [R=permanent,L]
+RewriteRule ^move/requesting_new_features.htm community/requests.html [R=permanent,L]
 RewriteRule ^more/separate_compilation.html development/separate_compilation.html [R=permanent,L]
 RewriteRule ^more/submission_process.htm development/submissions.html [R=permanent,L]
 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/version_history.html users/history/ [R=permanent,L]
 RewriteRule ^more(/.*)?$ users/index.html [R=permanent,L]
 # The license file. (This link was never correct, but it's common enough to require a redirect).
 RewriteRule ^LICENSE-1.0$ LICENSE_1_0.txt [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