[or-cvs] r23614: {website} catch the lack of index for /press/ with a rule. Fix ticket (website/trunk)

Andrew Lewman andrew at torproject.org
Sat Oct 16 18:56:35 UTC 2010


Author: phobos
Date: 2010-10-16 18:56:35 +0000 (Sat, 16 Oct 2010)
New Revision: 23614

Modified:
   website/trunk/.htaccess
Log:
catch the lack of index for /press/ with a rule.  Fix ticket 2034.


Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess	2010-10-16 18:32:54 UTC (rev 23613)
+++ website/trunk/.htaccess	2010-10-16 18:56:35 UTC (rev 23614)
@@ -18,4 +18,5 @@
 RewriteRule ^/vidalia/dist/(.*) /dist/vidalia/$1 [R=301,L]
 
 # Press Page
+RewriteRule ^/press/ /press/press.html.en [R=301,L]
 RewriteRule ^/press/index.html(.*) /press/press.html$1 [R=301,L]



More information about the tor-commits mailing list