[or-cvs] r23641: {website} Add a redirect for the research site (website/trunk)
Sebastian Hahn
tor-svn-commits at sebastianhahn.net
Mon Oct 18 16:30:21 UTC 2010
Author: sebastian
Date: 2010-10-18 16:30:21 +0000 (Mon, 18 Oct 2010)
New Revision: 23641
Modified:
website/trunk/.htaccess
Log:
Add a redirect for the research site
Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess 2010-10-18 11:39:28 UTC (rev 23640)
+++ website/trunk/.htaccess 2010-10-18 16:30:21 UTC (rev 23641)
@@ -1,6 +1,6 @@
RewriteEngine On
-# New page lives in /docs/
+# New faqs live in /docs/
RewriteRule ^faq(.*) /docs/faq$1 [R=301,L]
# Torbutton
@@ -27,3 +27,4 @@
# GetInvolved
RewriteRule ^getinvolved/$ /getinvolved/volunteer.html.en [R=301,L]
RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L]
+RewriteRule ^research(.*) /getinvolved/research$1 [R=301,L]
More information about the tor-commits
mailing list