Hello, i just got a fresh install of WordPress with the one click install from the marketplace and I installed Wordfence and it recommends me to hide user.ini because is public and anybody can have access to it.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi,
Method 1: If you don’t need the user.ini/.user.ini file, can simply remove the file.
Method 2: Use the rewrite rule to block any file with extension .ini and .log,
RewriteRule ^.*\.(log|ini)$ - [F,L]
Reload the webserver,
systemctl restart lsws
Best, Eric
Click below to sign up and get $100 of credit to try our products over 60 days!
It worked! Now I don’t have that notification anymore. Thanks.