[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r23624: {website} try to catch just the press/ directory listing, rather than (website/trunk)
Author: phobos
Date: 2010-10-17 01:20:47 +0000 (Sun, 17 Oct 2010)
New Revision: 23624
Modified:
website/trunk/.htaccess
Log:
try to catch just the press/ directory listing, rather than everything
in that directory.
Modified: website/trunk/.htaccess
===================================================================
--- website/trunk/.htaccess 2010-10-16 22:11:56 UTC (rev 23623)
+++ website/trunk/.htaccess 2010-10-17 01:20:47 UTC (rev 23624)
@@ -18,5 +18,5 @@
RewriteRule ^vidalia(.*) /projects/vidalia [R=301,L]
# Press Page
-RewriteRule ^press/ /press/press.html.en [R=301,L]
+RewriteRule ^press/$ /press/press.html.en [R=301,L]
RewriteRule ^press/index.html(.*) /press/press.html$1 [R=301,L]