[webwml/staging] Bug 24589: Redirect Amazon Payment users to https://donate.torproject.org/thank-you

commit db6c5b9cda18e50af2b2aebc338053991e55bc15 Author: Arthur Edelstein <arthuredelstein@gmail.com> Date: Tue Dec 19 13:53:10 2017 -0500 Bug 24589: Redirect Amazon Payment users to https://donate.torproject.org/thank-you --- .htaccess | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 557fbbf0..f6442986 100644 --- a/.htaccess +++ b/.htaccess @@ -75,13 +75,14 @@ RewriteRule ^include/$ / [R=301,L] RewriteRule ^js/$ / [R=301,L] # Donation campagin -# 2016 +# 2017 # 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] +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 ^thankyou(.*) https://donate.torproject.org/thank-you [R=302,L] # The following redirect is necessary because we're using that URL on # some external resources (the donate infrastructure in particular) and
participants (1)
-
hiro@torproject.org