[or-cvs] r23638: {website} fix rewrite rules of stupidity. (website/trunk)

Andrew Lewman andrew at torproject.org
Mon Oct 18 04:41:56 UTC 2010


Author: phobos
Date: 2010-10-18 04:41:56 +0000 (Mon, 18 Oct 2010)
New Revision: 23638

Modified:
   website/trunk/.htaccess
Log:
fix rewrite rules of stupidity.


Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-10-18 04:39:18 UTC (rev 23637)
+++ website/trunk/.htaccess	2010-10-18 04:41:56 UTC (rev 23638)
@@ -22,8 +22,8 @@
 RewriteRule ^press/index.html(.*) /press/press.html$1 [R=301,L]
 
 # Projects
-RewriteRule ^/projects/$ /projects/projects.html.en [R=301,L]
+RewriteRule ^projects/$ /projects/projects.html.en [R=301,L]
 
 # GetInvolved
-RewriteRule ^/getinvolved/$ /getinvolved/volunteer.html.en [R=301,L]
+RewriteRule ^getinvolved/$ /getinvolved/volunteer.html.en [R=301,L]
 RewriteRule ^volunteer(.*) /getinvolved/volunteer$1 [R=301,L]



More information about the tor-commits mailing list