I need help redirecting my website to sub domain based on visitor ip address (location). I have 3 specific websites
- I want to redirect visitors from Europe to
eu.mysite.com - I want to redirect visitors from USA to
us.mysite.com - I want to redirect visitors from rest of the world to
mysite.com
I tried several codes and modifying htaccess as well, it didn't help as GeoIp not installed on the server.
You just use an API to resolve the visitor continent by IP and redirect to the corresponding URL :