• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

BUG 406 not acceptable wordpress An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server” error.

Messages
1
Likes
0
Points
1
#1
After upgrading to latest woody version, cannot update working snippets. Get 406 error message

Cannot copy working snippet code to new snippet
 

Temyk

Developer & Support
Messages
1,129
Likes
42
Points
48
#2
Hello

Is mod_security used ?
Try disabling it or customize in .htaccess
Apache config:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>