Forum Moderators: phranque
Does anybody have any suggestions?
Thank You
Options -MultiViews
If content-negotiation is enabled, and the server can't find a requested resource, it will try to find a 'best-fit' match on the requested URL, and serve whatever it finds. So, that may be happening here.
Another possibility is that your 404 ErrorDocument directive is incorrect.
It should look like this:
ErrorDocument 404 /path-to-404-error-page.html
Jim