[tor-commits] [tpo/staging] .htaccess: Redirect /eff to 2019.www.tpo
gus at torproject.org
gus at torproject.org
Thu Aug 20 20:22:51 UTC 2020
commit 3fb36b9ff4c395f6a775ecbb5b46915a13e646b8
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 1f6c432d..39fa2474 100644
--- a/.htaccess
+++ b/.htaccess
@@ -80,6 +80,9 @@ RewriteRule ^relays(.*) https://2019.www.torproject.org/getinvolved/relays [R=30
RewriteRule ^about/overview.html(.*) /about/history [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