Anybody started with OLS the Wordfence security plugin?
I try anything:
https://prnt.sc/u83zss
Or "chattr -i .user.ini" in folder there...
I try manual insert the line to the .user.ini:
auto_prepend_file = '/www/wwwroot/mydomain.com/wordfence-waf.php'
Or I see in .htaccess too:
END WordPress
Wordfence WAF
<IfModule LiteSpeed>
php_value auto_prepend_file '/www/wwwroot/mydomain.com/wordfence-waf.php'
</IfModule>
<IfModule lsapi_module>
php_value auto_prepend_file '/www/wwwroot/mydomain.com/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>
Try ad a permission 777 too.
Nothing and nothing help there... 🙁