commit 58fc9a9a7ee63f3533ba637a0812a96c0a20c79b Author: hiromipaw hiro@torproject.org Date: Fri Oct 27 14:30:32 2017 +0200
Fix typo in htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess index dc40727d..557fbbf0 100644 --- a/.htaccess +++ b/.htaccess @@ -48,7 +48,7 @@ RewriteRule ^getinvolved/research(.*) https://research.torproject.org/ [R=301,L] 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] +RewriteRule ^newsletter(.*) https://newsletter.torproject.org [R=301,L]
# other (feel free to categorize) RewriteRule ^people(.*) /about/corepeople$1 [R=301,L]
tor-commits@lists.torproject.org