AI OnAI Off
Hi Vishal!
Which version of EPiServer CMS are you on? I think that this area has had some changes that might affect this in the latest releases.
Hi Linus,
i'm on the latest CMS 8 version, and all the latest updates installed... I remember that this worked fine. Until i did some latest NuGet updates and then i got this behavior..
Is this a bug?
Hi!
I have forwarded this to the team that's responsible for this area. They have not have time to look on this yet, but I hope they get it soon. If nothing happens within a few days, I suggest that you raise a support issue.
Hey guys,
i have the following problem:
i have 2 homepage in my CMS, NL and EN
both are setup using different urls http://nl.local and the other as http://en.local
Now i have a LinkItemCollection property (footerlinks), and for the NL homepage, i add in the property the EN homepage as a link. (chosen from tree).
Now if i iterate thru the items on my NL homepage, i get for the EN page the url http://nl.local/en , but the url should be http://en.local/
How can i get the correct url here to the hostname of the other site?