• Hi. I recently have had trouble publising new pages to my blog: https://www.livingwithballs.com.

    Whenever I publish a new page, it says “Error 404: The page or post you have been looking for does not exist on this website.”

    I’m not sure why this is since I definitely published it. If you go to my page and click on the top where it says “original features” you’ll see what I mean.

    Any idea why this is happening all of a sudden? I’ve never had this issue before.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Scarinci32

    (@scarinci32)

    anyone?

    Hi,

    First set your desired permalink for your domain 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

    Also assign 755 recursive permissions to your blog wp-content folder.

    Thanks,

    Shane G.

    Thread Starter Scarinci32

    (@scarinci32)

    Hey. Thanks for your help. The site is already set up this way though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Not Found Issue’ is closed to new replies.