commit a18c930f78b985d5db77078c60b0a86ce2daf86e Author: hiro hiro@torproject.org Date: Fri Oct 25 22:25:31 2019 +0200
Remove old donate redirect --- .htaccess | 2 -- 1 file changed, 2 deletions(-)
diff --git a/.htaccess b/.htaccess index 2dddde2..54ce2de 100644 --- a/.htaccess +++ b/.htaccess @@ -73,11 +73,9 @@ RewriteRule ^press/press(.*) /press [R=302,L] # Donation campaign # 2019 RewriteRule ^donate(.*) https://donate.torproject.org [R=302,L] -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] RewriteRule ^about/contact(.*) /contact$1 [R=302,L] RewriteRule ^contact.html$ /contact/ [R=302,L]