How to show different pages based on users' IP Address
Hi folks,
I'd like to create a function like this: If users from America visit one of our pages, I will redirect them to American version of it. When users from India visit it, I will redirect them to Indian version.
How could I achieve this in SiteFinity?
Thank you.
Hi Harry,
That's a feature of personalization. Or do it yourself by getting the IP address and redirect based on the country as defined by a geo ip database.