If I understand what you're asking, you need to change the following option in config.php to true:
Code:
define('PHPDIG_IN_DOMAIN',false);
The comment about this statement in the documentation says:
Quote:
//allows phpdig jump hosts in the same
//domain. If the host is "www.mydomain.tld",
//domain is "mydomain.tld"
|