Forum Moderators: open
File Format: Unrecognized - View as HTML
I checked my log file and Googlebot comes to the robots.txt file and recieved a 200 message. But when it comes to the any other page it does not recieve a status code at all. Could this be the problem?
The problem is related to the mime type of the page, rather than a validation problem. Your pages should be being served with the mime type "text/html".
If you click on Control Panel in the menu at the top of this page, then go to the Server Headers option in the left-hand menu. Enter your site address, and you should get something resembling this:
HTTP/1.1 200 OK
Date: Sat, 14 Aug 2004 20:14:06 GMT
Server: Apache/1.3.31 (Unix)
X-Powered-By: PHP/4.3.8
Connection: close
Content-Type: text/html; charset=ISO-8859-1
Then post what you get in this thread (masking any references to your site, if any).