From a2fc93185e1ca9ab8ef03fd510a37e6750b105b5 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Sun, 17 Oct 2010 01:20:47 +0000 Subject: [PATCH] try to catch just the press/ directory listing, rather than everything in that directory. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index cb9f5cbe..779ae2bd 100644 --- a/.htaccess +++ b/.htaccess @@ -18,5 +18,5 @@ RewriteRule ^vidalia/dist/(.*) /dist/vidalia/$1 [R=301,L] 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]