commit d221499505caa05928ee645c2b036ee4c3a7d713
Author: Nicolas Vigier <bo...@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



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to