[tor-commits] [tpo/master] .htaccess: Redirect /eff to 2019.www.tpo

boklm at torproject.org boklm at torproject.org
Sun Apr 7 11:08:48 UTC 2019


commit d221499505caa05928ee645c2b036ee4c3a7d713
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Sun Apr 7 12:55:13 2019 +0200

    .htaccess: Redirect /eff to 2019.www.tpo
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
index d6b340d..d7095ab 100644
--- a/.htaccess
+++ b/.htaccess
@@ -83,6 +83,9 @@ RewriteRule ^relays(.*) https://2019.www.torproject.org/getinvolved/relays [R=30
 RewriteRule ^about/overview(.*) /about/history$1 [R=302,L]
 RewriteRule ^about/$ /about/history [R=302,L]
 
+# Eff
+RewriteRule ^eff/(.*) https://2019.www.torproject.org/eff/$1 [R=302,L]
+
 # Donation campaign
 # 2017
 # Special-case the donate-options and amazon page so it doesn't get redirected





More information about the tor-commits mailing list