12 Aug

It seems that this Error 406 is caused by your webhost and it has nothing to do with you. The mod-security rules that were installed for the server security would have caused the issue. ModSecurity is an open source web application firewall.
To fix this problem, you can either contact your webhost and ask them to fix the rules from the mod_security.. or you can try the fix below which worked for me.
At the root of your blog, locate the file .htaccess and add a line “SecFilterEngine off” without the quotes.
For example, the root of my blog is http://www.raymond.cc/blog/. There should be a .htaccess file at that location.
Another easier way to do it is login to your wp-admin, navigate to Manage -> Files.
You will see Recent and Common in bold on your right hand side. At Common, click on “.htaccess (for rewrite rules)”.
Add the line “SecFilterEngine off” without quotes and click on the Update File button.
You should no longer get the “Error 406, Not Acceptable. An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server.” error.
[tags]Error 406, wordpress, SecFilterEngine, mod_security, Not Acceptable[/tags]
: Copying this article to your website is strictly NOT allowed. However, if you like this article, you can use the HTML code below to directly link to this article.
WP-DB Backup 1.7 directory traversal exploit Reset WordPress Admin User Password from phpMyAdmin Fix WordPress Error: Says Already Installed During Installation FIX Fatal error: Allowed memory size of 8388608 bytes exhausted ERROR How to integrate link exchange manager LinkMan into your WordPress blog Nasty Spam on WordPress Comment box Easily Delete All WordPress Spam Comments Using phpMyAdmin
Have computer technical problems? Get FREE help from Raymond.CC FORUM
Anyway thanks.. its works..
Thanks very much…. I searching every where about this error.
This does not work for me, I’ve tried. Downloaded the HTaccess file but apparently it’s empty. and even adding these lines, does not help. any more ideas ?