Posts Tagged ‘wordpress page not found

What is Wordpress 404 Problem?

User gets a 404(Page Not Found) Error on posting an article, saving a draft or other instances.
The solutions are for Self-Hosted Wordpress Instalation only.
Solution (1):

Save a .htaccess file in the root directory of your Wordpress Installation.
Add SecFilterEngine Off to disable mod_security or you can add SecFilterScanPOST Off to disable HTTP POST [...]