enable or disable mod_security for particulate account[error for mod_security, access denied with error code 403], Hostripples Web Hosting

enable or disable mod_security for particulate account[error for mod_security, access denied with error code 403]

=====================================================
If you are receiving the error for mod_security, access denied with error code 403 when you check
the error logs for any account. You can disable the mod_security for that account by adding a
=====================================================
simple code in his .htaccess
==================
SecFilterEngine Off
SecFilterScanPOST Off
==========================
And to enable just remove these two line from .htaccess.
============================================
OR
============================================
=====================================================
Disable Mod_Security for any User Domain :
=====================================================
Go to :
pico /usr/local/apache/conf/modsec2.conf
and add following lines within file :
=====================================================
SecRule SERVER_NAME “yourdomain.com” phase:1,nolog,allow,ctl:ruleEngine=off
=====================================================
NOte:Replace yourdomain.com with the actual Domain name
=====================================================

enable or disable mod_security for particulate account[error for mod_security, access denied with error code 403], Hostripples Web Hosting
HR-ADMIN