Hello, Whenever I try to post or save my post as draft. I redirect to a page saying "404- Not found" What is the problem? What should I do now?
Have you tried adding this to the bottom of your .htaccess file (take a backup first) <IfModule mod_security.c> SecFilterEngine Off </IfModule> That might resolve the issue.