Forum Moderators: phranque
deny from "IP address"
do we still need "allow from all" listed there, complemented with order like allow,deny or deny,allow?
Will that single line do it without any consequences?
Apache reference explains it and gives examples but I am still nervous about using all three (allow, deny, order).
If used, I think it should be like this:
order allow,deny
deny from "IP address"
allow from all
but just think, not sure. Is it true that just changing order to deny.allow would allow everything, regardless of deny entry?
Thanks
Search Webmaster World for "baremetal" and you'll come acorss of variety of links that I've provided too frequnently.
Here's the Apache explantion:
[httpd.apache.org...]