We use VirtualHost functionality on apache2 (We redirect into such directory based on http request).
If we use this module "Redirect loop" happen on that hosts(IPs).

Tried on Drupal 6 and 7.

thanks.
p.

Comments

petr.konderla’s picture

There was a problem with language module.

we fix that with:
$jumpto = "/".$GLOBALS['language']->language."/".variable_get('goaway_dest', 'http://www.google.com');

As If’s picture

Assigned: Unassigned » As If
Status: Active » Closed (works as designed)

I cannot replicate this error (MySQL version?), but the suggested code works and will be included in the next commit.