Forum Moderators: phranque
[mysite...]
However, the following URL also serves up the same page:
[mysite...]
What Apache directive causes this to happen? I've been searching the Apache site and just can't find it. I want to turn it off.
The URL is not being rewritten. It remains as above in the browser, and my access_log shows simply that "/art/careers" was served with a 200 code.
The following gives a 404 error because there is no folder named "careers" (which is what I'd expect):
[mysite...]
So, I'm just looking for the directive that causes Apache to append a ".html" to the request when looking for the file.