404 page not found when saving/updating a posts/page
-
Hi guys,
I know this is an existing issue to others but i could not find a true solution to this issue
I have try the plugin being activated/deactivated one by one. But still to no success.
Could someone help me with this issue. Thanks
btw,
htaccess also iclude the correct set up# 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<IfModule mod_security.c>
SecFilterEngine Off
</IfModule>
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘404 page not found when saving/updating a posts/page’ is closed to new replies.