From e1555dab88ca744df608a5a0452e2e3bc383f4cc Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Mon, 1 Mar 2021 12:19:40 -0500 Subject: [PATCH] Prefer tools/build URLs --- .htaccess | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.htaccess b/.htaccess index 042d0855..f5a07ce3 100644 --- a/.htaccess +++ b/.htaccess @@ -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). 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. ########## Everything's available on github anyway, but just in case. RewriteRule ^[.] "-" [F,L]