You don’t have permission to access /wp-admin/post.php on this server

Reading Time: < 1 minute

When you try adding a new post within your WordPress blog, you receive the below error:

“Forbidden”
“You don’t have permission to access /wp-admin/post.php on this server.”
“Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”

 To resolve, add the below text to your .htaccess file:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

One thought on “You don’t have permission to access /wp-admin/post.php on this server

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.