Hi,
Klaus Darilion wrote:
This is a known limitation with openser - loose_route does not import the domains from domain module.
Maybe we already have it on the feature request list - but if not, please submit it on the feature request tracker
Daniel once suggested a workaround for this issue:
if(loose_route()) { if($du != null && is_domain_local("$dd")) { $du = null; } else { # do loose-routing here } }
Works fine here.
Andreas