Wordfence Firewall Optimization Not working.
-
On my website (i cloned it) running on a litespeed server, I cannot get the firewall optimization done. I have looked at it with my hosting helpdesk, and we tested with a new website, and then it does work.
HTACCESS ->
# Wordfence WAF <IfModule LiteSpeed> php_value auto_prepend_file '/var/www/vhosts/my-domain-map/wordfence-waf.php' </IfModule> <IfModule lsapi_module> php_value auto_prepend_file '/var/www/vhosts/my-domain-map/wordfence-waf.php' </IfModule> <Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files> # END Wordfence WAF
The User.ini ->
; Wordfence WAF auto_prepend_file = '/var/www/vhosts/my-domain-map/wordfence-waf.php' ; END Wordfence WAF
My php test does not show a loaded auto_prepend
Have browsed the forums but cannot find a solution.
Hope you can help me.The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Wordfence Firewall Optimization Not working.’ is closed to new replies.