commit 4febd93ed15ea04d7a1effad8c3173809fa1dff2 Author: Sebastian Hahn sebastian@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]
tor-commits@lists.torproject.org