Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Apr 18, 2010 12:12 pm 
Offline
Newbie

Joined: Tue Sep 22, 2009 11:20 pm
Posts: 4
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.


Top
   
 Post subject:
PostPosted: Sun Apr 18, 2010 7:34 pm 
Offline
Junior Member

Joined: Mon Nov 21, 2005 4:23 pm
Posts: 46
A quick Google search revealed that the error page is being generated by mod_speling. Search your apache config for that module and comment it out.


Top
   
 Post subject:
PostPosted: Sun Apr 18, 2010 9:19 pm 
Offline
Newbie

Joined: Tue Sep 22, 2009 11:20 pm
Posts: 4
GrunkaLunka wrote:
A quick Google search revealed that the error page is being generated by mod_speling. Search your apache config for that module and comment it out.


Very appreciate your kind suggestions. I have solved the problem successfully.

I made it by changing the "CheckSpelling On" to "CheckSpelling off "


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group