I need one section in my catalog to bar all Spanish IP addresses. Anyone got any idea if this can be done and how in Developer?
Announcement
Collapse
No announcement yet.
Barring IP Address
Collapse
X
-
You can do it, but you'd need to get a list of IP addresses used by spanish ISPs (these are available but you have to pay) and then create an htaccess file to bar these IPs.
the htaccess details can be found here.
http://www.clockwatchers.com/htaccess_block.html
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
-
You prevent them seeing a single page using htaccess by doing a ReWriteCond and directing them to another page.
See here as a starting point.
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
Comment