commit ee25281d25dec4fad5c2238b007e49a3965676ec Author: hiromipaw hiro@torproject.org Date: Fri Oct 27 14:01:43 2017 +0200
Add redirect to support wiki --- .htaccess | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/.htaccess b/.htaccess index 2e47ae78..616c08d1 100644 --- a/.htaccess +++ b/.htaccess @@ -44,6 +44,9 @@ RewriteRule ^tshirt(.*) /getinvolved/tshirt$1 [R=301,L] RewriteRule ^research(.*) https://research.torproject.org/ [R=301,L] 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] + # 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