I've posted about this before, but was less than clear with what I was looking to have done, so I am opting to start a new thread rather than resurrect the old one. My issue is that AcceptPathInfo appears to be on, I cannot turn it off via adding aline to .htaccess, if I try to turn it off in the vhost portion of httpd.conf, the site will not host with the following error message:
To give an example on one of our lesser used websites:
Say a spider goes to
all is well and good.
But then, the spider goes to
Not only does it display duplicate content, but it also has a ton of broken resources, which makes Google upset with us.
I have full access to WHM and root to the server, but I am at a loss for what to do.
Code:
The requested URL /cgi-sys/php5/index.php was not found on this server.
Say a spider goes to
Code:
http://www.domain.com/index.php
But then, the spider goes to
Code:
http://www.domain.com/index.php/this/should/give/a/404/error
I have full access to WHM and root to the server, but I am at a loss for what to do.