order allow,deny allow from all ####################### #-# Deny access to certain ips (proxy) deny..."/>

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>
I need to allow 1 ip address in the 68.142. range but am not sure how or even if it's impossible? Basically ban everything from 68.142 but allow one ip in that range.. Thanks!

 

 

 

 

Top