how to respond to .../bar with bar.html and .../bar/ withbar/index.html?
am 03.11.2009 00:38:17 von ms419I 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
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org