[tor-commits] [webwml/master] Fix thankyou redirect

hiro at torproject.org hiro at torproject.org
Wed Dec 20 10:47:15 UTC 2017


commit 4771d7febbf328adc64382fb7b5e00edcaef1f53
Author: hiromipaw <hiro at torproject.org>
Date:   Wed Dec 20 11:46:50 2017 +0100

    Fix thankyou redirect
---
 .htaccess | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index f6442986..86a523e0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -74,7 +74,7 @@ RewriteRule ^images/$ / [R=301,L]
 RewriteRule ^include/$ / [R=301,L]
 RewriteRule ^js/$ / [R=301,L]
 
-# Donation campagin
+# Donation campaign
 # 2017
 # Special-case the donate-options and amazon page so it doesn't get redirected
 RewriteRule ^donate/donate-options(.*) /donate/donate-options$1 [END]
@@ -82,6 +82,7 @@ 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 [R=302,L]
 RewriteRule ^donate/donor-privacy-policy(.*) https://donate.torproject.org/privacy-policy [R=302,L]
+RewriteRule ^donate/thankyou(.*) https://donate.torproject.org/thank-you [R=302,L]
 RewriteRule ^thankyou(.*) https://donate.torproject.org/thank-you [R=302,L]
 
 # The following redirect is necessary because we're using that URL on





More information about the tor-commits mailing list