For some reason now whenever i try to save the blocks page my browser says: HTTP 406 Not Acceptable, Internet Explorer cannot read this webpage format. What should i do? i think it was after I installed the image module...please help! Thanks.

Comments

cog.rusty’s picture

Probably mod_security is installed in your server, which blocks your site when it notices "suspicious" strings. It is pretty dumb and won't let your site wok.

If you can't can't have your host disable it, try to add this in your .htaccess file -- it just might work.

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
B747’s picture

Thanks so much! You're a superstar.