Jump to content
thirty bees forum

Question

Posted

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?

1 answer to this question

Recommended Posts

  • 0
Posted (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 by Jeffrey de Bruijn
This forum is better than a rubber duck

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...