Cms version 10.10.4 (on prem)
So i have this stange behavior, both in production and staging. NOT in dev.
We newly added a site to a one site setup. We are runing it on the same IIS app-pool and website. Different binding are applied. Setup in admin/websites where main site has a *.
www.mainsite.com - working
www.newsite.com - is at startup working fine, then after a short while, returns the content of the mainsite under the new domain.
www.newsite.com/?whatever returns the new site always = good
www.newsite.com/anypage/ returns the page on new site
So it is only the root returning wrong content
It is not the local cache.
So im thinking is something on the network? fooling episerver? we are using "netscaler"-product, we are using SSL, we are using 301 redirects to SSL.
What can it be? any hints appreciated
Regards
Note: As a workaround, i had to run the sites in different IIS websites/app-pools. Then it works.