Closed (fixed)
Project:
Global Redirect
Version:
6.x-1.0
Component:
Documentation
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2008 at 20:30 UTC
Updated:
30 Dec 2008 at 04:50 UTC
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
Comment #1
GuyveR800 commentedI 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.
Comment #2
nicholasthompsonGuyveR800. 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.