HI:
I'm a newbie on this forum,
I run my three very small web sites from my home office using Apache 2.2.22 as my server.
I wish to 'deny' access to one of my sites to a *range* of addresses:
I have:
Order allow,deny
Allow from All
Deny from nnn. xxx.yy. ppp.qq.ss.tt etcetera
But, I wish to 'Deny' a *range* of IPs, e.g.,
Deny from nnn. (a Whole Region)
but 'allow' a certain few of the IPs in this region to be allowed.
In my dreams:
deny from nnn. Except for nnn.mm. AND. nnn.ppp.qq.ss AND etcetera
Can anyone tell me how to specify a Range of Denials please ?
Thanks,
-Mel Smith