Microsoft
Software
Hardware
Network
Question : identify Apache config directive
My website has a file:
www.mydomain.com/contact.p
hp
If I request any of the following (which do not exist), apache serves the contact.php page.
www.mydomain.com/contact
www.mydomain.com/contact/
www.mydomain.com/contact/a
nything/el
se/here
How can I determine what part of the apache config to change to disallow this?
The apache server is running on a CentOS 5 box if that makes any difference.
Answer : identify Apache config directive
I found what I needed by setting the options directive for the root directory to:
Options -MultiViews
Random Solutions
ASP.NET Error: The page was not displayed because the request entity is too large.
posting xml string to web
Intellisense-style auto complete in richTextBox c# windows forms control?
Accessing url variables to expand the correct menu item in JQuery Expand Function
Install .PFX file to personal store - Certificate Authority
Opened document shows "another user"
proxy issue and httpwebrequest
PHP: Get 6 most recent Youtube video links
Issue Reading FOR XML Output From SQL 2005 Query
Jquery Dialog Ajax problem