If you create a node, lets say /en/node/1, and adds a translation for it /fr/node/2.

Everything works fine when you use the content switch block, but you can still access the node on both paths (/en/node/x and /fr/node/x).

What I'm looking for is either
/en/node/2 => 404 or
/en/node/2 => 302 => /fr/node/2.

Anyway to do this?

Comments

jose reyero’s picture

Status: Active » Fixed

This mixed content/UI languages is a feature of the module. If you don't want to have such links, play with the 'Interface follows content' option in the module settings.

So, that 302/404 pages is something that is not available, nor planned for the module.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.