I have a multi-site instance of EPiServer. One of the siteHosts node in the EPiServer.config will look like this:
<siteHosts>
<add name="v1.testsite.test.com" />
<add name="www.testsite.com" />
</siteHosts>
I am outputting the UriSupport.SiteUrl property to help output the SiteURL, obviously :-), however, the value outputted is v1.testsite.test.com, but I want it to be www.testsite.com. How do I ensure this is the case?
Hi,
I have a multi-site instance of EPiServer. One of the siteHosts node in the EPiServer.config will look like this:
<siteHosts>
<add name="v1.testsite.test.com" />
<add name="www.testsite.com" />
</siteHosts>
I am outputting the UriSupport.SiteUrl property to help output the SiteURL, obviously :-), however, the value outputted is v1.testsite.test.com, but I want it to be www.testsite.com. How do I ensure this is the case?
Regards,
Ian