Advertisements
Go to your public_html directory of the desired domain and in .htaccess file add the following lines.
#vi .htaccess
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Thats it. Now mod_security is disabled.
No comments:
Post a Comment
Be nice. That's all.