-
Notifications
You must be signed in to change notification settings - Fork 43
Incorrect URL's on host without language specified #194
Description
Hi there,
Currently I'm looking into an issue but I do not get any progress on it. We are having a site where by the hostname does not specify a culture.
So there is a homepage in the NL language. And a subpage in the NL language.
When clicking through edit mode in the CMS this subpage will be shown as below after navigating using "View on Website":
[HOST]/nl/dit-is-een-nederlandse-pagina
When generating the sitemap the url will be included as:
[HOST]/dit-is-een-nederlandse-pagina
So somehow the "nl/" part is lost, per debugging / viewing source in this repository I did not find any reason for this.
Anyone else experienced this before?
https://github.com/Geta/SEO.Sitemaps/blob/master/README.md#enabling-multi-language-support
Following those steps doesn't help either.
Used packages:
Geta.SEO.Sitemaps 4.0.1
Geta.SEO.Sitemaps.Commerce 4.0.1
EPiServer.CMS.Core 11.20.14
EPiServer.CMS.UI.Core 11.37.1
EPiServer.Commerce.Core 13.32.2
