404 error pressing update or publish button
-
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
The topic ‘404 error pressing update or publish button’ is closed to new replies.