Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
the siteUrl you get from UriSupport.siteUrl is the setting from the <siteSettings ..... /> section. Not the <siteHosts> section
--
Lars Øyvind Bodahl
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