[tor-commits] [webwml/master] Bug 30808: Redirect download pages to the new website

boklm at torproject.org boklm at torproject.org
Mon Jun 10 09:06:11 UTC 2019


commit a6ffe74cf13a844c32724a857df712233d92ae1e
Author: Nicolas Vigier <boklm at 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]



More information about the tor-commits mailing list