[tor-commits] [tpo/develop] Add donate redirect

hiro at torproject.org hiro at torproject.org
Fri Oct 25 22:15:01 UTC 2019


commit ee50888eae7c9dcab044ec1a5a44adef44b8b4ae
Author: hiro <hiro at torproject.org>
Date:   Fri Oct 25 21:26:07 2019 +0200

    Add donate redirect
---
 .htaccess | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index 0c1655a..2655a40 100644
--- a/.htaccess
+++ b/.htaccess
@@ -70,6 +70,10 @@ RewriteRule ^newsletter(.*) https://newsletter.torproject.org [R=302,L]
 # Press
 RewriteRule ^press/press(.*) /press [R=302,L]
 
+# Donation campaign
+# 2019
+RewriteRule ^donate/$ https://donate.torproject.org [R=302,L]
+
 # other (feel free to categorize)
 RewriteRule ^people(.*) /about/people$1 [R=302,L]
 RewriteRule ^donate$ https://donate.torproject.org [R=302,L]
@@ -97,10 +101,6 @@ RewriteRule ^eff/(.*) https://2019.www.torproject.org/eff/$1 [R=302,L]
 # Videos
 RewriteRule ^videos/(.*) https://2019.www.torproject.org/videos/$1 [R=302,L]
 
-# Donation campaign
-# 2019
-RewriteRule ^donate/$ https://donate.torproject.org [R=302,L]
-
 
 # Donation campaign
 # 2017





More information about the tor-commits mailing list