Inside my Umbraco 7.4.3 installation I have one root node, on that node I have multiple domain names specified.
Something like:
www.site.local/nl
www.site.local/en
www.site.nl/nl
www.site.nl/en
When visiting the www.site.nl/nl site, my website is showing but the urls on the page are showing the www.site.local/nl urls instead of www.site.nl/nl.
What i've tried:
UmbracoSettings.config: useDomainPrefixes to true
Inside my application starting:
SiteDomainHelper.AddSite("local", "www.site.local"); SiteDomainHelper.AddSite("staging", "www.site.nl");
Could someone help me out?
----- Update 2 ----- I tired upgrading my Umbraco installation to see if it was an version related issue. Upgrading to 7.5.12 After fixing some things, the urls work but the same way as the dit in 7.4.3 (first url in hostname is taken, not the current environment)
The resoled my issues: