Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-16 13:08:05


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

Log:
And make the trailing slash on the tools directory 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:08:04 EDT (Sun, 16 Mar 2008)
@@ -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