We have two websites:
- the first one is a non-Sitecore website (e.g. www.non-sitecore-site.com)
- the second one is a Sitecore website (e.g. www.sitecore-site.com)
My task is to make the second one (Sitecore-based website) as a subsite of the first website, which is accessible via www.non-sitecore-site.com/sitecore-site.
I tried to make a virtual folder in IIS, convert it to a web application and set it up for the Sitecore-based site folder. However it does not work, even if I configure virtualFolder and physicalFolder both equal to "/sitecore-site" in Sitecore config files.
Is it actually feasible? Appreciate any help.