[or-cvs] r23632: {website} add a redirect for the projects/ page due to lack of index p (website/trunk)

Andrew Lewman andrew at torproject.org
Mon Oct 18 04:26:43 UTC 2010


Author: phobos
Date: 2010-10-18 04:26:43 +0000 (Mon, 18 Oct 2010)
New Revision: 23632

Modified:
   website/trunk/.htaccess
Log:
add a redirect for the projects/ page due to lack of index page.


Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-10-17 18:30:50 UTC (rev 23631)
+++ website/trunk/.htaccess	2010-10-18 04:26:43 UTC (rev 23632)
@@ -20,3 +20,6 @@
 # Press Page
 RewriteRule ^press/$ /press/press.html.en [R=301,L]
 RewriteRule ^press/index.html(.*) /press/press.html$1 [R=301,L]
+
+# Projects Page
+RewriteRule ^/projects/$ /projects/projects.html.en [R=301,L]



More information about the tor-commits mailing list