[tor-commits] [webwml/staging] Add note explaining a redirect

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


commit 4febd93ed15ea04d7a1effad8c3173809fa1dff2
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Mon Dec 5 21:39:12 2016 +0100

    Add note explaining a redirect
---
 .htaccess | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.htaccess b/.htaccess
index e45402c..638c2ee 100644
--- a/.htaccess
+++ b/.htaccess
@@ -76,6 +76,10 @@ 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]
+
+# The following redirect is necessary because we're using that URL on
+# 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]
 
 





More information about the tor-commits mailing list