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

Prefer tools/build URLs

This commit is contained in:
Glen Fernandes
2021-03-01 12:19:40 -05:00
parent 5b111995aa
commit e1555dab88

View File

@@ -76,10 +76,6 @@ RewriteRule ^wiki/?$ https://svn.boost.org/trac10/wiki [R,L]
# The license file. (This link was never correct, but it's common enough to require a redirect). # The license file. (This link was never correct, but it's common enough to require a redirect).
RewriteRule ^LICENSE-1.0$ LICENSE_1_0.txt [R=permanent,L] RewriteRule ^LICENSE-1.0$ LICENSE_1_0.txt [R=permanent,L]
########## Other redirects
RewriteRule ^b2(/.*)?$ https://boostorg.github.io/build$1 [R=permanent,L]
RewriteRule ^build(/.*)?$ https://boostorg.github.io/build$1 [R=permanent,L]
########## Hide dot files/directories and stop directory listings. ########## Hide dot files/directories and stop directory listings.
########## Everything's available on github anyway, but just in case. ########## Everything's available on github anyway, but just in case.
RewriteRule ^[.] "-" [F,L] RewriteRule ^[.] "-" [F,L]