Uninstall Suhosin /scripts/phpextensionmgr uninstall PHPSuHosin Reinstall Suhosin /scripts/phpextensionmgr install PHPSuHosin
Mod Security 2 or mod sec 2 cant be disable via .htaccess (suit it purpose to become more secure compare to mod sec 1) To disable it on selected domain/account, you need to edit httpd.conf file vi /etc/httpd/conf/httpd.conf insert following lines into the virtual host settings <IfModule mod_security2.c> SecRuleEngine Off </IfModule> Then restart apache service httpd restart
