Forum Moderators: phranque
For instance:
If a folder called 'document' exists in the root directory, then:
http://www.example.com/document is redirected to:
http://www.example.com/document/
Is there a way to disable that redirection?
Thanks.
It sounds like either your existing extensionless_URL-to-file_with_extension mapping function (mod_rewrite?) is incorrect, or perhaps mod_speling, mod_negotiation, or AcceptPathInfo is interfering with that mapping function.
Jim
If I don't want Apache to auto-append a slash to every URL whose final portion matches an existing folder name, is there a way to do it?
See the DirectorySlash [httpd.apache.org] directive.
[edited by: jdMorgan at 5:39 pm (utc) on Mar. 21, 2009]
[edit reason] speling [/edit]