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
Exchange database backup failing with Arcserve v15
How to block USB Disks using Windows 2008 R2 Domain Controller Group Policy
VMware Workstation 7.1 Won't Install
Lable (and other elements) not appearing in my code behind
Why won't Exchange Transport service start in Exchange 2007 on our SBS 2008 server ?
VMware ESXi4 Backup
How can i add column name in list generic?
How to use Outlook VBA to select messages in an Outlook folder and run VBA macro
Forefront TMG Client Access
Utilizing array gleamed from GetRows method in Access VBA