• why am I paying if all my posts are now messed up based on wp “improvemets” . All I get for my posts is:

    Sorry, this page doesn’t exist.
    Please check the URL or go back a page.
    404 Error. Page Not Found.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Regenerate your permalinks. Go to settings -> Permalinks and select post name.
    If it still doesn’t solve your problem

    Check your htaccess file. Typical htaccess file should have following

    It should be

    # 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
    

    Check if your htaccess has the same.

Viewing 1 replies (of 1 total)
  • The topic ‘all published posts show 404 error’ is closed to new replies.