Viewing 4 replies - 1 through 4 (of 4 total)
  • have you checked your Permalink settings? Make sure they are set the way you had them on the old install and then save.

    Hi,

    Check with these options:

    -> Check and set the permalinks for your blog as it was. If you have changed it then add this code in htaccess:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    -> Disable All the plugins and have a check. Enable them one by one to find out the culprit.
    -> Remove unwanted code from htaccess file.
    -> If these can not work then redo the upgrade and upgrade manually.

    Thanks,

    Shane G.

    Thread Starter slturis

    (@slturis)

    Wow…thanks guys. I am going to look in to this. I appreciate your response!!!

    Thread Starter slturis

    (@slturis)

    It worked!!! You guys are rock stars! Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘After re-install, categories and pages not working’ is closed to new replies.