[tor-commits] [webwml/staging] Don't redirect amazon donation page

hiro at torproject.org hiro at torproject.org
Wed Jan 11 15:01:07 UTC 2017


commit ff8816dfe60ef2a969272d9c80c58eb246bacdcd
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Wed Nov 23 03:15:36 2016 +0100

    Don't redirect amazon donation page
---
 .htaccess | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 5d0277a..78d191d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -70,8 +70,9 @@ RewriteRule ^js/$ / [R=301,L]
 
 # Donation campagin
 # 2016
-# Special-case the donate-options page so it doesn't get redirected
+# Special-case the donate-options and amazon page so it doesn't get redirected
 RewriteRule ^donate/donate-options(.*) /donate/donate-options$1 [END]
+RewriteRule ^donate/donate-amazon(.*) /donate/donate-amazon$1 [END]
 RewriteRule ^donate/donate(.*) https://donate.torproject.org [R=302,L]
 RewriteRule ^donate/donor-faq(.*) https://donate.torproject.org/donor-faq.html [R=302,L]
 RewriteRule ^donate/donor-privacy-policy(.*) https://donate.torproject.org/privacy-policy.html [R=302,L]





More information about the tor-commits mailing list