How can we disable mod_security by using .htaccess file on Apache server?
mod_security
.htaccess
I am using WordPress on my personal domain and posting a post whi
It is possible to do this, but most likely your host implemented mod_security for a reason. Be sure they approve of you disabling it for your own site.
That said, this should do it;
SecFilterEngine Off SecFilterScanPOST Off