Jeffrey de Bruijn Posted June 8, 2022 Posted June 8, 2022 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?
0 Jeffrey de Bruijn Posted June 8, 2022 Author Posted June 8, 2022 (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, 2022 by Jeffrey de Bruijn This forum is better than a rubber duck
Question
Jeffrey de Bruijn
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?
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now