View Single Post
Old 07-20-2003, 01:14 PM  
sacX
Confirmed User
 
Join Date: Dec 2002
Location: New Zealand
Posts: 2,998
well if you're running apache.. one solution would be to install geoip apache module from Maxmind and then do a mod_rewrite sort of like

RewriteEngine on
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^NL$
RewriteRule ^.*$ http://www.fuckoff.com [R]

probably simpler solutions around, but that's the first thing I thought of.
__________________
Have Asian Language Traffic?
sacX is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote