Tagged Questions
3
votes
2answers
200 views
Redirection based on user's location
I'm about to redirect my French users from mysite.com to mysite.fr. Is it possible using DNS CNAME records or should I write some GEOLocation codes to do that?
I will appreciate any other ideas.
...
4
votes
3answers
1k views
Redirect based on country
Let's say I have a site that has multiple versions for different countries, e.g.:
www.example.com/us
www.example.com/uk
www.example.com/ca
and I want to use IP geolocation to redirect users who go ...