worst update yet, and I removed it then my site went off line ?
you wrote to htaccess
and installed a file in root wordfence-waf.php
BUT ON UNINSTALL I ASKED YOU REMOVE MY FILES NOT ADD MORE
DO YOU KNOW IF YOU DELETE THIS
wordfence-waf.php
YOUR SITE GOES DOWN
EVEN THOUGH I PULLED THIS BIT FROM HTACCESS
# Wordfence WAF
<IfModule mod_suphp.c>
suPHP_ConfigPath ‘/home/withinthesea/public_html’
</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