2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 19:52:14 +00:00

Oops, missed updating the doc release/development redirects.

[SVN r43928]
This commit is contained in:
Rene Rivera
2008-03-29 17:12:05 +00:00
parent e874440306
commit 1160ebded8

View File

@@ -6,8 +6,8 @@ RewriteBase /doc
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]