I am trying to setup DNN (9.1.1) in production environment. My portal supports 2 languages.
previously in Testing environment, i have setup site alias with the default, en-us and ms-my as primary. Using Site Alias Mapping Mode: None. And we directly access the site via IIS (HTTP). If we were to use canonical, the request will always redirect to the default site.
But now, in Production environment, we have a load balancer where the SSL certificate is installed at load balancer. When i try to access the site via https, here are the scenarios i observed:
1) if i'm using Site Alias Mapping Mode: None - i will be returned with http instead of https (the generated links are all http instead of https)
2) if i'm using Site Alias Mapping Mode: Canonical - i will always be redirected to the default site instead of the language specific site. (cannot access language specific site)
What is the right thing that i should configure? should i be using canonical or None? anything else that i should configure?
Thanks in advanced.