× Here you can get community support related to ReDJ.

Redirects in multilingual site

More
9 years 6 months ago #3212 by hekla
Redirects in multilingual site was created by hekla
Hi everybody

I have a multilingual site and need some redirects I could not make work properly. I read a lot in the foum, but couldn't find a solution.

I need a redirect from www.domain.tld/site1 to www.domain.tld/en/this-is-a-specific-page.html

The problem is, that the URL is first redirected by the multilingual feature from Joomly to one of the following language specific pages, depending on which language was used before (and a language cookie was set).
www.domain.tld/en/site1
www.domain.tld/de/site1
www.domain.tld/es/site1
www.domain.tld/fr/site1
www.domain.tld/el/site1

So my question:
Is there *one* rule to redirect all language specific pages to one fixed page like www.domain.tld/en/this-is-a specific-page.html

Thank you

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #3214 by admin
Replied by admin on topic Redirects in multilingual site
Hi,
not clear if you want to intercept www.domain.tld/site1 and redirect to www.domain.tld/en/this-is-a-specific-page.html BEFORE the multilingual redirect or if you want to redirect one of the /en /de /es and so on to the final destination (always the same I guess).

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #3216 by hekla
Replied by hekla on topic Redirects in multilingual site
Buon giorno Luigi

thank you for your quick response.

I am loogin for a solution for the second situation:
to redirect one of the /en /de /es and so on to the final destination (always the same).

Please Log in or Create an account to join the conversation.

More
9 years 6 months ago #3220 by admin
Replied by admin on topic Redirects in multilingual site
Try this rule:
From URL: ^/(en|de|es|fr|el)/site1$
To URL:{scheme}://{siteurl}/en/this-is-a-specific-page.html
Request only: true (checked)

Kind regards,
Luigi
The following user(s) said Thank You: hekla

Please Log in or Create an account to join the conversation.

Time to create page: 0.110 seconds