Jeffrey de Bruijn Posted June 8 Share Posted June 8 Hi, I have a cms page on a multilanguage site (english and italian). In the cms page content I insert a link using html like so <a href="/en/content/terms-and-conditions">link on english (default) language</a> And this link resolves correctly to `https://example.com/en/content/terms-and-conditions` If I do the same thing on the secondary language <a href="it/contenuto/termini-e-condizioni">link on italian language</a> The address wrongly resolves to `https://example.com/en/content/current-page/it/contenuto/termini-e-condizioni` What am I doing wrong? Link to comment Share on other sites More sharing options...
0 Jeffrey de Bruijn Posted June 8 Author Share Posted June 8 (edited) I'm stupid and there was a missing trailing / in the italian url. <a href="/it/contenuto/termini-e-condizioni">link on italian language</a> Problem solved. Edited June 8 by Jeffrey de Bruijn This forum is better than a rubber duck Link to comment Share on other sites More sharing options...
Hi, I have a cms page on a multilanguage site (english and italian).
In the cms page content I insert a link using html like so
And this link resolves correctly to `https://example.com/en/content/terms-and-conditions`
If I do the same thing on the secondary language
The address wrongly resolves to `https://example.com/en/content/current-page/it/contenuto/termini-e-condizioni`
What am I doing wrong?
Link to comment
Share on other sites