Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-03-29 13:14:22


Author: grafik
Date: 2008-03-29 13:14:22 EDT (Sat, 29 Mar 2008)
New Revision: 43929
URL: http://svn.boost.org/trac/boost/changeset/43929

Log:
Oops, missed updating the doc release/development redirects. (merge from beta)
Text files modified:
   website/public_html/live/doc/.htaccess | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: website/public_html/live/doc/.htaccess
==============================================================================
--- website/public_html/live/doc/.htaccess (original)
+++ website/public_html/live/doc/.htaccess 2008-03-29 13:14:22 EDT (Sat, 29 Mar 2008)
@@ -6,8 +6,8 @@
 RewriteRule ^html(/.*)?$ libs/release/doc/html$1 [R]
 
 # Redirect from symbolic names to current versions.
-RewriteRule ^libs/release(/.*)?$ libs/1_34_1$1 [R]
-RewriteRule ^libs/development(/.*)?$ libs/1_35_0$1 [R]
+RewriteRule ^libs/release(/.*)?$ libs/1_35_0$1 [R]
+RewriteRule ^libs/development(/.*)?$ libs/1_36_0$1 [R]
 
 # In case we don't get a file looking URI we send it to the index.html file.
 RewriteRule ^libs/([0-9_]+)/([^.]*[^./])/?$ libs/$1/$2/index.html [R]


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