[tor-commits] [webwml/staging] Add redirect to support wiki

hiro at torproject.org hiro at torproject.org
Mon Oct 30 18:23:41 UTC 2017


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





More information about the tor-commits mailing list