• Some Thing

    (@jeffdrichardsongmailcom)


    I was at domain.wordpress.com, moved to my own domain.com.
    Have WP 3.8.1 and AIO SEO 2.1.4, permalinks in the same format as I had on WP.com – http://intelektualac.com/2014/02/28/sample-post/

    I don’t know what my .htaccess rules were at WP.com, on the new site I have this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    I disabled NOINDEX and NOFOLLOW for everything but the Search page.
    I don’t know what else may be the problem.
    Any ideas?

    https://wordpress.org/plugins/all-in-one-seo-pack/

  • The topic ‘Moved domain from wordpress.com to own, tags and categories 404’ is closed to new replies.