You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, it only redirects if I am using a USA IP, but if I'm in Canada, it just doesn't redirect, is it possible to redirect a user if he is in Canada, and the browser language is set to French to be redirected to 'canada_fr' and if a user is Canada with browser language English, to be redirected to 'Canada_en'? What am I missing?
Second, if the user gets redirected to the US country site because he is traveling, but actually wants to go to Canadian site, is there a way to let the user click on Canada on the site, and 'autoRedirectEnabled' allows it? Or is there a way to have "autoRedirectEnabled" only for first-time visit, but then if the user selects a different country site language he is directed to that one instead?
Thank you.
The text was updated successfully, but these errors were encountered:
No @urani I did not figure out for the multi language in one country.
What I did find out was that autoRedirectEnabled was better off as "false" in our setup, as it was redirecting even if someone clicked on a link on google, instead of serving that user the page he clicked on, it would redirect to the country homepage, so we turned it off.
This is our redirect map for just Canada and USA english.
Hello, I have got GeoMate working now. I set it up like this.
First, it only redirects if I am using a USA IP, but if I'm in Canada, it just doesn't redirect, is it possible to redirect a user if he is in Canada, and the browser language is set to French to be redirected to 'canada_fr' and if a user is Canada with browser language English, to be redirected to 'Canada_en'? What am I missing?
Second, if the user gets redirected to the US country site because he is traveling, but actually wants to go to Canadian site, is there a way to let the user click on Canada on the site, and 'autoRedirectEnabled' allows it? Or is there a way to have "autoRedirectEnabled" only for first-time visit, but then if the user selects a different country site language he is directed to that one instead?
Thank you.
The text was updated successfully, but these errors were encountered: