Add redirect to support wiki
hiromipaw

hiromipaw commited on 2017-10-27 14:01:43
Zeige 1 geänderte Dateien mit 3 Einfügungen und 0 Löschungen.

... ...
@@ -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]
50 53