I'm in the following situation:
I have a directory named test at the top level of my site. When I request http://mysite.com/test, apache automatically adds a trailing slash and gives me http://mysite.com/test/. Is there a way to disable that?
|
I'm in the following situation: I have a directory named |
|||||||||||||||
|
|
There are several ways to fix missing slashes, but the most likely one in your case is the Directory Slash Directive of mod_dir, which by default is on. I'd recommend not to change that configuration, though, because there are good reasons for its existence. |
|||
|
|
|
|||||
|