I've got a site that I moved servers, and for some reason Google hasn't re-indexed since the move a month ago. I ran the "Fetch as Google" function in WMT and this is what it returns.
It's actually returning this same error for 3 sites that I moved from another server. Any idea what is configured incorrectly that may be causing this? I don't know enough about server configuration to even begin looking for the cause. I have other sites on the server that are fine, so something must have gotten fucked up during the migration of these sites to this new server a month ago.
Code:
HTTP/1.1 403 Forbidden
Date: Tue, 19 Oct 2010 18:02:16 GMT
Server: Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Content-Length: 507
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /
on this server.</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.mysite.com Port 80</address>
</body></html>
It's actually returning this same error for 3 sites that I moved from another server. Any idea what is configured incorrectly that may be causing this? I don't know enough about server configuration to even begin looking for the cause. I have other sites on the server that are fine, so something must have gotten fucked up during the migration of these sites to this new server a month ago.