Environment: TeamSite/LiveSite 7.3.2 (Windows), Java.
I am trying to build a microsite that will use the same server name in the default.site file as the main website, but I am finding that this causes problems. Invalid site file in the LiveSite logs, etc.
So what I want (ideally) is to have 2 distinct sites (preferably in seperate branches in TS) that can use the same hostname just with different url aliases so the main website would use:
www.<mydomain>.com/
and the microsite would use
www.<mydomain>.com/<alias>
Is it actually possible to have 2 sites on the same LiveSite server?
And if so, what is the best practice for setting this microsite up from both a TeamSite and LiveSite perspective?
Any help is greatly appreciated, thanks in advance.