Forum Moderators: phranque
order allow, deny
allow from all
deny from xx.xx.xx.xx
deny from xx.xx.xx.xx
etc.
or
order deny, allow
allow from all
deny from xx.xx.xx.xx
deny from xx.xx.xx.xx
etc.
Or should the "allow from all" be put at the end?