I'm looking for a solution to map a drupal page to a city based on Taxonomy. So that when visitors visit the site, they will be automatically directed to their cities, based on their IP. Can I use this module to achieve this?

Comments

ufku’s picture

This module can give you the city information of a specific ip. It's then up to you to redirect your users to the city page. You'll need a custom module implementing hook_init() where you run geoip_city(), validate returned data, and redirect accordingly.

bojanz’s picture

Issue summary: View changes
Status: Active » Closed (outdated)