When I set the domain status to inactive, access to domain.foo.com
by anonymous user results in following error message (Konqueror).
Access by user #1 is ok. How does DA handle attempted access to
inactive domains by anonymous users?

An error occurred while loading http://domain.foo.com
Found a cyclic link in http://domain.foo.com

Comments

agentrickard’s picture

It tries to route the user to the primary domain. Typically, example.com. Soo if foo.example.com is inactive, users will b e routed to example.com.

The logic is inside domain_init() if you want to debug. http://therickards.com/api/function/domain_init/Domain

agentrickard’s picture

See http://drupal.org/node/247684 and please report if that fixes the issue.

skizzo’s picture

Status: Active » Closed (fixed)