|
Fletch, I don't think you have the deny/allow stuff right.
Try it this way:
{Limit GET}
order deny,allow
deny from 212.30.103.90
deny from 210.225.49.99
deny from 217.0.185.180
deny from 211.16.207.109
deny from 206.133.213.140
deny from 153.96.188.183
deny from 145.253.2.234
deny from 211.41.4.19
deny from 129.247.190.*
deny from 212.138.47.*
deny from 196.3.50.241
deny from 63.87.244.*
allow from *
{/Limit}
(obviously replace { with [ )
Always put your denies first! (something I learned in Cisco school) ;)
|