try to catch just the press/ directory listing, rather than everything

in that directory.
This commit is contained in:
Andrew Lewman 2010-10-17 01:20:47 +00:00
parent e6c24c6ccc
commit a2fc93185e

View File

@ -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]