PDA

View Full Version : Mod_security



kaitlyn
09-22-2010, 09:27 AM
How can I disable mod_security on my account?

brainpulse
09-23-2010, 01:33 AM
Mod_security provides intrusion detection and prevention for web applications. It aims at shielding web applications from known and unknown attacks, such as SQL injection attacks, cross-site scripting, path traversal attacks, etc.

A quick way to resolve this is to put the following in a .htaccess file in your public or public_html directory:

SecFilterEngine Off

This will disable mod_security for your domain.