• Hello. I’m facing issue since 2 days. whenever i try to update the products with pictures or i want to post a blog and hit the publish or update button, it navigated to 404 error.
    I tried to save the permalinks and permalinks are “www.abc.com/sample-post/”.
    i also put these values in .htaccess:

    # 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`

    but unfortunately it didn’t work.
    please guide me how can i resolve the issue.

    Thanks

    • This topic was modified 4 years, 10 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘404 error pressing update or publish button’ is closed to new replies.