problem with 301 redirect

  • Unknown's avatar

    I recently changed the permalink structure on my site from the default to

    /%category%/%postname%/

    then added

    # 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

    to my htaccess file. I now get the following using fetch as google and have not been hit by a bot in two weeks. Any help would be greatly appreciated.

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 25 Jan 2011 15:40:52 GMT
    Server: Apache/2.2.3 (CentOS)
    X-Powered-By: PHP/5.1.6
    X-Pingback: http://mwvastronomy.com/xmlrpc.php
    Location: http://mwvastronomy.com/
    Content-Length: 0
    Connection: close
    Content-Type: text/html; charset=UTF-8

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The blog you specified at mwvastronomy.com does not appear to be hosted at WordPress.com.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • The topic ‘problem with 301 redirect’ is closed to new replies.