Fetch as Googlebot Message – Document Moved – index.php
-
Help!
Can anyone help me understand why Fetch as Googlebot returns the following message for our website https://www.magister.ro?HTTP/1.1 200 OK
Connection: close
Date: Wed, 06 Mar 2013 18:25:38 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-Powered-By: PHP/5.2.17
Set-Cookie: PHPSESSID=rvngsgpafoso9d959c28irbq82; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found here</body>We use the following rewrite rules:
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(index\.php)*(.*)$ index.php/$2 [NC,L]And permalinks structure:
/%category%/%postname%/On any page, only googlebot is redirected to index.php version. If you make the request as any other browser the response is correct (the page content).
Many thanks!
- The topic ‘Fetch as Googlebot Message – Document Moved – index.php’ is closed to new replies.