FAQ Categories

Ask A Question

Question to be answered.
Longer question text.

WWW Resources

Hosted by WestHost

How can I disable mod_security using .htaccess

You can use this bit of code in your .htaccess file.

Code:

<ifmodule mod_security.c="">
SecFilterEngine Off
SecFilterScanPOST Off
</ifmodule>
Powered by Drupal, an open source content management system