Redirect User to different Website Based on Location (IP Address)
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. I got the solution using "google.loader.ClientLocation" here is the code for that if somebody needs it. Check this JSFiddle http://jsfiddle.net/kvishnudev/7Ut65/1/ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Get web visitor's location<