commit 5dc9e0022d62866cdf42d6fd7e37c1cb72994f13 Author: emma peel emma.peel@riseup.net Date: Thu Mar 28 18:12:41 2019 +0100
more forwards from arma watching 404 logs --- .htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess index df6ae3e..43883f9 100644 --- a/.htaccess +++ b/.htaccess @@ -6,7 +6,7 @@ RewriteRule ^about/financials(.*) /about/reports$1 [R=302,L] RewriteRule ^about(.*).html.en$ /about$1 [R=302,L]
# moved to /docs/ -RewriteRule ^docs/(.*).html.en https://2019.www.torproject.org/docs/$1.html.en [R=302,L] +RewriteRule ^docs/(.*) https://2019.www.torproject.org/docs/$1 [R=302,L]
# Torbutton RewriteRule ^torbutton/design(.*) https://2019.www.torproject.org/docs/torbutton/en/design$1 [R=302,L] @@ -62,9 +62,11 @@ RewriteRule ^press/press(.*) /press [R=302,L] RewriteRule ^people(.*) /about/people$1 [R=302,L] RewriteRule ^donate/$ https://donate.torproject.org [R=302,L] RewriteRule ^about/contact(.*) /contact$1 [R=302,L] +RewriteRule ^contact.html$ /contact/ [R=302,L]
# Download websites RewriteRule ^download/download/$ /download [R=302,L] +RewriteRule ^download/download$ /download [R=302,L] RewriteRule ^download/download.html(.*) /download [R=302,L] RewriteRule ^download.html(.*) /download [R=302,L] RewriteRule ^download/easy-download(.*) /download [R=302,L]
tor-commits@lists.torproject.org