Disable mod_security with .htaccess

spirit

Verified User
Joined
Nov 27, 2004
Messages
177
Location
Germany - Bremen
Hi,

We're using mod_security on our server, at this moment user can disable it with a .htaccess

Code:
SecFilterEngine Off 
SecFilterScanPOST Off

Is it posible that user can't disable it but can used .htaccess file for other things?
 
Back
Top