Multi site websites keeps redirecting to one of the domains
Hi all,
I have a multi-language website with several languages.
On dev environment everything everything works ok.
From some reason, on production environment, when I try to browse to one of my websites ( https://www.nl.jobtestprep.de ), it gets redirected to https://www.jobtestprep.de (which is one of those websites, which works properly).
Don't know if it'll give you any pointers, but fiddler tells me "HTTPS handshake to www.nl.jobtestprep.de (for #8) failed. System.IO.IOException Authentication failed because the remote party has closed the transport stream."
Multi site websites keeps redirecting to one of the domains
Hi all, I have a multi-language website with several languages. On dev environment everything everything works ok.
From some reason, on production environment, when I try to browse to one of my websites ( https://www.nl.jobtestprep.de ), it gets redirected to https://www.jobtestprep.de (which is one of those websites, which works properly).
Any help will be highly appreciated.
Rotem
Hi Rotem,
Did you set up the domains for the particular languages on the production site?
Hi Morten, Of course :)
Any custom redirects in your web.config? are the production site behind a loadbalancer that could cause problems?
No load balancer. Web.config is the same as Dev, except for the connection string and some other obvious things.
Don't know if it'll give you any pointers, but fiddler tells me "HTTPS handshake to www.nl.jobtestprep.de (for #8) failed. System.IO.IOException Authentication failed because the remote party has closed the transport stream."
Thanks, I'll try to read some on this.
If anybody else have any insight, I will be more than happy to read.
For all of you, who wants to know what the problem was, it was Url rewrite rule. (non-www to www)
So it was redirects after all - great that you got it working.
is working on a reply...