Using global redirect in conjunction with the localizer module creates a redirect problem.
Both localizer and global redirect do an evaluation of the current path and then perform a redirection.
This leads to a redirection loop whereby localized paths such as http://domain.com/en/path become http://domain.com/en/en/en/en/en/en/path. Consequently the loop times out or the path can't be found.

Comments

nicholasthompson’s picture

Status: Active » Closed (duplicate)

I believe this is a duplicate of #153950: Endless loop with i18n
Althought this is Localizer and not i18n I believe they both are based on similar principals...

basvredeling’s picture

Indeed it is, thanks for pointing that out.
I will review the patches in #153950: Endless loop with i18n