users Override mod_security rules by .htaccess !
Helloi installed mod security on my linux box ...and set good ruleset ...
Now .. i note that some of users on the server ..edit their .htaccess file ..
and disable security filter

By searching mod security official site ...i found :
* Changed configuration directives to be allowed in .htaccess
files only of AllowOverride Options is configured. Provided
a compile-time option DISABLE_HTACCESS_CONFIG to disable
.htaccess files altogether.
So how can i disable that ?

Thank you