Hi,
I have multiple folders listed under a single IIS web application (default website). Each folder host a different website. For example, I have siteA.example.com in folder SiteA and siteB.example.com hosted in folder SiteB. the site only loads if the URL is written as http://siteA.example.com/SiteA. The default document is index.php. Is there a way to use URL rewrite such that the user types in onlyhttp://siteA.example.com and the site loads without the URL being changed to show the folder /SiteA?