[tor-commits] [webwml/staging] Couple of rewrite rule tweaks

sebastian at torproject.org sebastian at torproject.org
Wed Nov 23 01:35:01 UTC 2016


commit ff26816eed7e4968e320684d481a383c77b47466
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Wed Nov 23 02:12:41 2016 +0100

    Couple of rewrite rule tweaks
---
 .htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 61f5152..3e351c3 100644
--- a/.htaccess
+++ b/.htaccess
@@ -46,7 +46,7 @@ RewriteRule ^getinvolved/research(.*) https://research.torproject.org/ [R=301,L]
 
 # other (feel free to categorize)
 RewriteRule ^people(.*) /about/corepeople$1 [R=301,L]
-RewriteRule ^donate/$ /donate/donate [R=301,L]
+RewriteRule ^donate/$ https://donate.torproject.org [R=302,L]
 RewriteRule ^contact(.*) /about/contact$1 [R=301,L]
 
 # Download websites
@@ -74,6 +74,6 @@ RewriteRule ^js/$ / [R=301,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]
+RewriteRule ^donate/donor-privacy-policy(.*) https://donate.torproject.org/privacy-policy.html [R=302,L]
 
 





More information about the tor-commits mailing list