When setting Default Front Page to some custom created Page and setting same path for both page translations like instructed on this page:
http://drupal-translation.com/content/setting-front-page-language
ip2locale Module will redirect to incorrect page...
Problem seems to have source in

$alias = drupal_get_path_alias($_GET['q'], $lc);

For me solution was in just commenting this line, also i would like this module just to add language prefix based on detected country and not much more

thx.

Comments

mrfelton’s picture

Status: Active » Fixed

I think this should be resolved in the latest code in gic, as a result of the work on #605666: Doesn't work with aliases/pathauto?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.