Disabling PHP Firewall
-
I enabled the PHP firewall after seeing the notification on my site and would like to know how to disable this if necessary?
I can see the following in my htaccess
# Begin AIOWPSEC Firewall <IfModule LiteSpeed> php_value auto_prepend_file '/home/domain.com/public_html/aios-bootstrap.php' </IfModule> <IfModule lsapi_module> php_value auto_prepend_file '/home/domain.com/public_html/aios-bootstrap.php' </IfModule> # End AIOWPSEC Firewall
But there does not appear to be a setting to disable this which seems a bit odd. I assume I can just comment out the above and this will prevent the aios-bootstrap.php from being loaded?
Thanks
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Disabling PHP Firewall’ is closed to new replies.