Closed (works as designed)
Project:
GoAway
Version:
6.x-1.6
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
6 Dec 2011 at 10:29 UTC
Updated:
27 May 2013 at 08:46 UTC
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.