How to redirect user visiting my sites to location specific sites using the IP Address.
I have 3 location specific sites.
1. Europe.
2. US.
3. Asia.
In short
I wanted to find the location of the client using his IP Address. The solution needs to use Google APIs.
How to redirect user visiting my sites to location specific sites using the IP
Share
I got the solution using “google.loader.ClientLocation”
here is the code for that if somebody needs it.
Check this JSFiddle