[tor-commits] [webwml/master] Add redirect to newsletter

hiro at torproject.org hiro at torproject.org
Fri Oct 27 12:20:41 UTC 2017


commit 921f3a271cc9f7816c19d3dc59399cf68096a872
Author: hiromipaw <hiro at 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/Support [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]





More information about the tor-commits mailing list