Portal Home > Knowledgebase > Apache & PHP Support > How to disable mod_security in .htaccess file
How to disable mod_security in .htaccess file
- If you do not have one yet, an
.htaccess file in the folder of your web application
- To disable
mod_security COMPLETELY, add the following line to the .htaccess file: SecFilterEngine Off OR, to disable HTTP POST scanning only, use the following instead: SecFilterScanPOST Off
- Save the file and test your web application to check whether disabling
mod_security has solved your problem.
|
Add to Favourites
Print this Article |
Also Read
Powered by WHMCompleteSolution