|
|
Rank: Newbie Groups: Member
Joined: 8/27/2008 Posts: 1 Points: 3
|
I'm using Cuyahoga for some time and it work smoothly (you did a very good job on this system) but i have noticed that beside the main page googlebot can't access any page. when a "normal" client try to enter a page it recive a "success 200 OK" HTTP response, but googlebot recive a "error 500 Internal Server Error" response. does anybody else have encounter this problem? I View the HTTP response using the site http://www.asymptoticdesign.com/aux/header-viewer.cgi?rm=header_checkthanks in advanced Jonathan
|
|
 Rank: Administration Groups: Administration
, Member
Joined: 12/30/2004 Posts: 1,674 Points: 1,824 Location: Wageningen (NL)
|
There seems to be an issue with browsers that don't accept cookies (such as googlebot) and url rewriting.
Adding cookieless="UseCookies" to the forms tag in web.config fixed it for me.
|
|
 Rank: Advanced Member Groups: Member
Joined: 12/11/2007 Posts: 89 Points: 267
|
Hi Martijn, I tried your suggestion but still googlebot cannot find pages. Did you ever get any errors after your fix? Web Developer, Kent - Coolbytes
|
|
 Rank: Administration Groups: Administration
, Member
Joined: 12/30/2004 Posts: 1,674 Points: 1,824 Location: Wageningen (NL)
|
It did the trick for me.
The only errors I now sometimes see in the log are some ViewStateMAC issues (probably due to slow connections) and errors from bots that try to compromise the server with huge querystrings that contain all kinds of bad SQL.
|
|
|
Guest |