I read another question on how to do this, and the most highlighted solution was the following:
<Files php.ini>
order allow,deny
deny from all
</Files>
I can't really fiddle with this without knowing for sure, since I don't have any testing environment or anything.
My question is, can I add multiple files to the same rule for denying access? What would the formatting be to add additional files to the same deny rule above?
Help is appreciated. Thank you.