ban ip range but allow 1 ip in that range? how?
Hi, am wondering if a guru here can help me. Here is part of my htaccess
Code:
<Files ~ "^.*$"> order allow,deny allow from all ####################### #-# Deny access to certain ips (proxy) deny from 61.135.146.203 deny from 65.214.44.58 deny from 66.249. deny from 64.68. deny from 72.30. deny from 68.142. ###################### deny from env=ban </Files>