Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86168 - website/public_html/live/doc
From: dnljms_at_[hidden]
Date: 2013-10-05 19:05:11


Author: danieljames
Date: 2013-10-05 19:05:10 EDT (Sat, 05 Oct 2013)
New Revision: 86168
URL: http://svn.boost.org/trac/boost/changeset/86168

Log:
Support the name of the new beta.

Text files modified:
   website/public_html/live/doc/.htaccess | 7 ++-----
   1 files changed, 2 insertions(+), 5 deletions(-)

Modified: website/public_html/live/doc/.htaccess
==============================================================================
--- website/public_html/live/doc/.htaccess Sat Oct 5 17:50:45 2013 (r86167)
+++ website/public_html/live/doc/.htaccess 2013-10-05 19:05:10 EDT (Sat, 05 Oct 2013) (r86168)
@@ -32,13 +32,10 @@
 RewriteRule ^libs/development(/.*)?$ libs/1_54_0$1 [R=303]
 
 # Rewrite specific versions to the dynamic handlers.
-RewriteRule ^libs/([0-9_]+(?:beta[0-9]*|snapshot)?)/?$ libraries.php/$1 [L]
+RewriteRule ^libs/([0-9_]+(?:b(?:eta)?[0-9]*|snapshot)?)/?$ libraries.php/$1 [L]
 
 RewriteCond %{REQUEST_FILENAME} !-f
-RewriteRule ^libs/([0-9_]+(?:beta[0-9]*|snapshot)?)/(.+)$ display_libs.php/boost_$1/$2 [L]
-
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteRule ^libs/?(.*)$ libraries.php$1 [L]
+RewriteRule ^libs/([0-9_]+(?:b(?:eta)?[0-9]*|snapshot)?)/(.+)$ display_libs.php/boost_$1/$2 [L]
 
 # Redirect boost build/bjam documentation to new boost build location.
 RewriteRule ^tools(?:\.html)?/jam/jam/(language|miscellaneous|history).html$ /boost-build2/doc/html/jam/$1.html [R=301]


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