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.
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
Comment #1
petr.konderla commentedThere was a problem with language module.
we fix that with:
$jumpto = "/".$GLOBALS['language']->language."/".variable_get('goaway_dest', 'http://www.google.com');
Comment #2
As If commentedI cannot replicate this error (MySQL version?), but the suggested code works and will be included in the next commit.