Skip to content

Instantly share code, notes, and snippets.

@KishCom
Created October 1, 2012 20:44
Show Gist options
  • Save KishCom/3814301 to your computer and use it in GitHub Desktop.
Save KishCom/3814301 to your computer and use it in GitHub Desktop.
Turn off mod_security with .htaccess
<IfModule mod_security.c>
SecFilterEngine off
SecFilterInheritance Off
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment