Use Skin Home Page off not working
I'm using RH2020.3 and a Frameless Preset on a project that has a structure not suitable for the tiled home page, so I want it to open with the menus on the left at a specific start topic (i.e. no home page). When I uncheck the "Use skin home page", I get exactly what I need when generating the preset and viewing it from the local path. However, when I publish to IIS, it only works if I enter the full path to the file index.htm (e.g. https://domain/site/index.htm). If I point the browser to the site without including the index file (e.g. https://domain/site/) I get
404 - File to directory not found.
In IIS, I have index.htm set as the default page, so I'm certain there's nothing wrong with the web server.
I think there might be a problem with the RH redirect script "./template/scripts/redirect.js" that called from index.htm. It's getting to index.htm the browser is then being redirected to the wrong URL by that script. In the browser, instead of seeing https://domain/site/default-topic.htm, I'm seeing the redirected URL https://domain/default-topic.htm. It's missing the site name in the redirected URL.
Is this a bug?
Does anyone know of a workaround?
