We have a main website that has multiple subsites based on folders. We have the following entry in user.config:
<add key="UseFoldersInsteadOfHostnamesForMultipleSites" value="true" />
Our production website is running mojoPortal 2.4.0.4 MSSQL. Folder Names Folder Bindings have been setup for all of the subsites. Everything works fine in production.
We have a development environment that more or less mirrors the production environment. I have successfully upgraded the dev environment to 2.6.0.0 MSSQL. Everything works fine with the root site, but navigating to the subsites e.g. https://copy.domain.com/subsite1 results in:
This page isn’t working
copy.domain.com redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS
However if I navigate to https://copy.domain.com/subsite1/home.aspx everything works fine. I've poked around the forums and tried a few things but have been unsuccessful in fixing this issue. Can anyone point me to what the problem/solution might be? I need to get this fixed so that we can upgrade our prod server.
Thanks!