On the global redirect description page, it talks about an issue with internationalisation which you are working on. I have just had the problem of a redirect loop, but it is was localisation that was the problem. It is localisation, is it not, which rewrites the urls?

My Symptoms, which went away when I disabled localisation.
Switch language from English, submit, see redirect loop on every page except root.

Comments

GuyveR800’s picture

I tested this on a multi-lingual site and had the same experience with the 1.0 version, although I think even the root didn't work for me. Getting the 1.x-dev version fixes this!

But that version still has at least this issue:
- Have a node/1 (English), node/2 (a translation of node/1) and give both the same Path alias 'welcome'.
- With English as the displayed language, node/1 will redirect to 'welcome', but node/2 does not.
- With Dutch as the displayed language, node/2 will redirect to 'welcome', but node/1 does not.

nicholasthompson’s picture

Status: Active » Fixed

GuyveR800. Thanks for confirming the fix in dev (this will be 1.1 very soon).

As for the context-aware redirecting... This is a separate conversation ;) I personally believe that's something i18n should handle.

Status: Fixed » Closed (fixed)

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