commit a6ffe74cf13a844c32724a857df712233d92ae1e Author: Nicolas Vigier boklm@torproject.org Date: Mon Jun 10 11:04:36 2019 +0200
Bug 30808: Redirect download pages to the new website --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/.htaccess b/.htaccess index 02d80f25..570850bf 100644 --- a/.htaccess +++ b/.htaccess @@ -92,3 +92,8 @@ RewriteRule ^thankyou(.*) https://donate.torproject.org/thank-you [R=302,L] # some external resources (the donate infrastructure in particular) and # getting it changed there is apparently hard or something. RewriteRule ^donate-email(.*) https://donate.torproject.org/ [R=302,L] + +# Redirect download pages to the new website (bug #30808) +RewriteRule ^projects/torbrowser.html.en$ https://www.torproject.org/download/ [R=301,L] +RewriteRule ^download/download-easy.html.en$ https://www.torproject.org/download/ [R=301,L] +RewriteRule ^download/download.html.en$ https://www.torproject.org/download/ [R=301,L]
tor-commits@lists.torproject.org