Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-16 13:19:46


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

Log:
Remove doc/html redirect, as it's dealt with in doc/.htaccess
Text files modified:
   website/public_html/beta/.htaccess | 2 --
   1 files changed, 0 insertions(+), 2 deletions(-)

Modified: website/public_html/beta/.htaccess
==============================================================================
--- website/public_html/beta/.htaccess (original)
+++ website/public_html/beta/.htaccess 2008-03-16 13:19:45 EDT (Sun, 16 Mar 2008)
@@ -34,8 +34,6 @@
 # as a dir because it's somehow hardwired to replace /boost/* with /boost.png/*
 # 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]
 # The libs subdirs
 RewriteRule ^libs(/.*)?$ doc/libs/release/libs$1 [R=permanent,L]
 # The people pages


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