This topic has 2 replies, 2 voices, and was last updated 9 years by iammoneymel.

  • Author
  • #67257
     iammoneymel
    Participant

    When I try to publish a new page or update an old page, I get an 404 error that the page is not there anymore.

    #67313
     Radu
    Moderator

    Hi,

    Try to do this :

    1. Go to Wp-Admin -> Settings -> Permalinks -> Press SAVE , check after.

    2. Disable all plugins, recheck after.

    3. If the 1,2 dosen’t help you to identify issue, add this code to your .htaccess

    COPY CODE
    
    # 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
    

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #67399
     iammoneymel
    Participant

    Thanks!!!The first option worked .

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?