Mon 27 Nov 2006
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
==================
SecFilterEngine Off
SecFilterScanPOST Off
==========================
cheap web hosting
One Response to “How to disable mod_security for that individual account ?”
Leave a Reply
You must be logged in to post a comment.



















October 8th, 2007 at 9:12 pm
Thanks for the solution. I guess, other accounts won’t get affected by this.