Browse code

Add redirect to support wiki

hiromipaw authored on 27/10/2017 14:01:43
Showing 1 changed files
... ...
@@ -44,6 +44,9 @@ RewriteRule ^tshirt(.*) /getinvolved/tshirt$1 [R=301,L]
44 44
 RewriteRule ^research(.*) https://research.torproject.org/ [R=301,L]
45 45
 RewriteRule ^getinvolved/research(.*) https://research.torproject.org/ [R=301,L]
46 46
 
47
+# Support
48
+RewriteRule ^support(.*) https://trac.torproject.org/projects/tor/wiki/org/teams/CommunityTeam/Support [R=301,L]
49
+
47 50
 # other (feel free to categorize)
48 51
 RewriteRule ^people(.*) /about/corepeople$1 [R=301,L]
49 52
 RewriteRule ^donate/$ https://donate.torproject.org [R=302,L]