Hi Everybody,
 
I would like to check against a range of IP addresses rather than just 1.
 
I would like to conditionally process all IP aadreeses from the same block ie.
 
192.168.0.0 - 192.168.0.255
 
 
Below is my current strip of code.
 
-------------------------------
<cfif cgi.REMOTE_ADDR EQ '192.168.0.33'>
<cflocation url="http://www.somedomain.ca" addtoken="No">
</cfif>
-------------------------------
 
Thanks for any help,
 
Erik
 

Reply via email to