Help Fetch as Google returns 301 Moved Permanently
-
whenever Google fetches a certain page in my blog such as blog.shimmertechno.com/troubleshoot I get the 301 Moved Permanently error. I can fetch the URL blog.shimmertechno.com no problem. If it is relevant info, this blog is a sub domain for https://www.shimmertechno.com. Not sure where to start here, any help is appreciated. Thank You
Fetch as Google:
HTTP/1.1 301 Moved Permanently
Date: Fri, 15 Jun 2012 19:00:59 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Server: Nginx / Varnish
X-Powered-By: PHP/5.2.17
Location: https://blog.shimmertechno.com/troubleshoot/
Vary: Accept-Encoding
Content-Encoding: gzip.htaccess file for blog.shimmertechno.com:
DirectoryIndex index.php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
- The topic ‘Help Fetch as Google returns 301 Moved Permanently’ is closed to new replies.