2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Add a redirect for a renamed directory in the boost build documentation.

[SVN r57916]
This commit is contained in:
Daniel James
2009-11-24 23:07:58 +00:00
parent 5c4f46c641
commit 16926eaf4d

View File

@@ -24,6 +24,7 @@ RewriteRule ^users/history/([-\w]+)$ users/history/entry.php/$1 [L]
RewriteRule ^boost-build2$ boost-build2/index.html [R]
RewriteRule ^boost-build2/$ boost-build2/index.html [R]
RewriteRule ^boost-build2/doc/html/bbv2/advanced/(.*)$ boost-build2/doc/html/bbv2/overview/$1 [R]
RewriteRule ^boost-build2/(boost-build[.]tar[.]bz2)$ common/code/boost_download.php/$1 [L]
RewriteRule ^boost-build2/(boost-build[.]zip)$ common/code/boost_download.php/$1 [L]
RewriteRule ^boost-build2/(.*) doc/display_build.php/boost-build/boost-build/$1 [L]