I have files foo.html, bar.html, and bar/index.html I want the URLs,
* http://example.com/.../foo to respond with foo.html, * http://example.com/.../bar to respond with bar.html, * http://example.com/.../bar/ to respond with bar/index.html I configured, "Options +MultiViews", and sure enough, http://example.com/.../foo responds with foo.html - however http://example.com/.../bar redirects to http://example.com/.../bar/ which responds with bar/index.html I tried playing with DirectorySlash and "Options -Indexes" - no luck : ( Judging by mod_negotiation.c, line 3091, it looks like MultiViews won't map http://example.com/.../bar to bar.html as long as the directory "bar" exists? Any other way to accomplish what I describe? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org