how to respond to .../bar with bar.html and .../bar/ with bar/index.html?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux