Other protection warning should be detecting the presence of php.ini in the root folder of wordpress and check the access to it from the outside world.
Adding this to .htaccess
<Files php.ini>
order allow,deny
deny from all
</Files>
Other protection warning should be detecting the presence of php.ini in the root folder of wordpress and check the access to it from the outside world.
Adding this to .htaccess
<Files php.ini>
order allow,deny
deny from all
</Files>
i wanted to put this post in support, not in installation please move it.
You must log in to post.