In a GeoIP Redirect scenario on a custom default controller in a multilingual site, what's the best way to do the final redirection for Umbraco? If you decide the user needs say the de-DE site, would you build the full url and "return this.Redirect(thefullurl)" or something cleverer with routing? URL's are of the style: blahblah.com/en-US.
Only doing this because of a need to intervene in the choice of site.
Best IP redirect method
In a GeoIP Redirect scenario on a custom default controller in a multilingual site, what's the best way to do the final redirection for Umbraco? If you decide the user needs say the de-DE site, would you build the full url and "return this.Redirect(thefullurl)" or something cleverer with routing? URL's are of the style: blahblah.com/en-US.
Only doing this because of a need to intervene in the choice of site.
Thnx
Craig
is working on a reply...