Sunday, May 6, 2007

How to disable mod_security for an individual account ?

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

==================

Enjoy

Ninad S

1 comment:

अभय said...

I don't think this will work


SecFilterEngine Off
SecFilterScanPOST Off

What do you think ? Something is missing in this..



View My Stats