Can one of you server guru's please translate this?

efeezy

New member
Oct 5, 2007
5,250
136
0
50
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.

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.
 


Also, when I check my error log in cpanel I'm getting a

"client denied by server configuration:" message for these domains.
 
I realize I'm talking to myself here, but I figured it out.

Fucking .htaccess problem blocking Google from accessing the site for a goddamn month. I'm a retard.