Re: [us...@httpd] RewriteRule in neither "foo/.htaccess" nor ".htaccess" can match http://example.com/.../foo

2009-11-24 Thread André Warnier
Jack Bates wrote: I'm struggling a bit with this mod_rewrite rule, I am a bit intimidated by your detailed explanation and the level of expertise required to fully understand your requirements, never mind finding a solution. But reading your post in diagonals gives me the feeling that maybe t

[us...@httpd] RewriteRule in neither "foo/.htaccess" nor ".htaccess" can match http://example.com/.../foo

2009-11-24 Thread Jack Bates
I'm struggling a bit with this mod_rewrite rule, RewriteEngine On RewriteCond %{REQUEST_FILENAME}.html -f RewriteRule . %{REQUEST_FILENAME}.html My goal is, when someone requests http://example.com/.../foo, to respond with "foo.html", if it exists I originally tried doing this with MultiViews, b