Hi, I'm using Wordpress with the Wordfence security plugin.
I'm getting a Wordfence msg that www.example.com/.user.ini is publicly accessible.
I've tried adding the following to .htaccess
<FilesMatch "\.(htaccess|htpasswd|log|ini)$">
Order Allow,Deny
Deny from all
</FilesMatch>
that didn't...