Could someone verify that I have this defined correctly? And if I need to add more I can just copy the deny line correct?
Here's what I have in my .htaccess file:
Code: Select all
<Files *>
order deny,allow
deny from xxx.xx.xxx.xx
</Files>
# Prevent web browsers or spiders from seeing your .htaccess directives:
<Files .htaccess>
deny from all
</Files>Thanks.