commit 921f3a271cc9f7816c19d3dc59399cf68096a872 Author: hiromipaw hiro@torproject.org Date: Fri Oct 27 14:02:04 2017 +0200
Add redirect to newsletter --- .htaccess | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/.htaccess b/.htaccess index 616c08d1..dc40727d 100644 --- a/.htaccess +++ b/.htaccess @@ -47,6 +47,9 @@ RewriteRule ^getinvolved/research(.*) https://research.torproject.org/ [R=301,L] # Support RewriteRule ^support(.*) https://trac.torproject.org/projects/tor/wiki/org/teams/CommunityTeam/Suppor... [R=301,L]
+# Newsletter +RewriteRule ^newsletter(.*) https://newsletter.torproject.org [R=3-1,L] + # other (feel free to categorize) RewriteRule ^people(.*) /about/corepeople$1 [R=301,L] RewriteRule ^donate/$ https://donate.torproject.org [R=302,L]
tor-commits@lists.torproject.org