I have a problem - I guess someone linked to one of our pages incorrectly, with a "<br" at the end of the URL, which resulted in a 300 multiple choices to be crawled and cached by Google (and of cource a suppleamental).
Code:
Multiple Choices
The document name you requested (/xxxcom/images/images-.jpg) could not be found on this server. However, we found documents with names similar to the one you requested.
Available documents:
xxx
xxx
xxx
I have alter the httpd.conf :
LoadModule negotiation_module modules/mod_negotiation.so
to
#LoadModule negotiation_module modules/mod_negotiation.so
But it's still have 300 back.
and I also try add "Options -MultiViews " to .htaccess file.
this didn't work.
Anyone knows of a way to disable "300 Multiple Choices" ?
Thanks in advance.