HTTP 406 Error - mod_security bites and causes problems with CMS

When you see '406 Not Acceptable' error message, add the following lines to the .htaccess file to disable mod_security:

<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>
  • 32 Users Found This Useful
Was this answer helpful?