Forum Moderators: phranque
Do I need to write
Order Allow, Deny
allow all
deny 1.2.3.4/20
deny 1.3.4.5/20
etc....
Or can I write
Order Allow, Deny
allow all
deny(all,[
1.2.3.4/20
1.3.4.5/20
])
What is the delimeter between IPs in this type of expression? Are the parens and square brackets correct?
Thanks,
Order Allow, Deny
Allow from All
Deny from 1.2.3.4/20 192.168.0.10 127.0.0 10.1.0.0/255.255.0.0