Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53507 - website/public_html/beta
From: daniel_james_at_[hidden]
Date: 2009-05-31 13:53:03


Author: danieljames
Date: 2009-05-31 13:53:02 EDT (Sun, 31 May 2009)
New Revision: 53507
URL: http://svn.boost.org/trac/boost/changeset/53507

Log:
Missing redirect for writingdoc.
Text files modified:
   website/public_html/beta/.htaccess | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/.htaccess
==============================================================================
--- website/public_html/beta/.htaccess (original)
+++ website/public_html/beta/.htaccess 2009-05-31 13:53:02 EDT (Sun, 31 May 2009)
@@ -98,6 +98,7 @@
 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/writingdoc/(.*) doc/libs/release/more/writingdoc/$1 [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