[tor-commits] [webwml/staging] Stop redirect processing if donate-options matches

sebastian at torproject.org sebastian at torproject.org
Wed Nov 23 00:31:00 UTC 2016


commit b045e32c365cf767961daed70ecb1dbcb3011e38
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Wed Nov 23 01:19:14 2016 +0100

    Stop redirect processing if donate-options matches
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index d691784..61f5152 100644
--- a/.htaccess
+++ b/.htaccess
@@ -71,7 +71,7 @@ RewriteRule ^js/$ / [R=301,L]
 # Donation campagin
 # 2016
 # Special-case the donate-options page so it doesn't get redirected
-RewriteRule ^donate/donate-options(.*) /donate/donate-options$1 [L]
+RewriteRule ^donate/donate-options(.*) /donate/donate-options$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/donor-privacy-policy.html [R=302,L]





More information about the tor-commits mailing list