Recently i get the following error when i try to post something in my blog.
Not Acceptable
An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server.
Googling around and found the solution. It need to be add in your .htaccess file.
<IfModule mod_security.c>
SecFilterEngine on
</IfModule>