• Hi there, total newbie here. I’ve created numerous pages and published them – at least they have published status. However, when I try to “view” any of them, I get a 404 error for each. I have NOT added any widgets, etc. – the pages are only text for now. Help? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • can we have a link to your site to see the issues?

    Hi,

    Set your desired permalink for your blog and 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

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘404 error – page not found’ is closed to new replies.