View Single Post
Old 05-24-2004, 06:17 AM   #2
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
Welcome to the forum, ciaran@clissman.

In the includes/config.php file, find the following statement:
PHP Code:
define('PHPDIG_IN_DOMAIN',false); 
and replace it with this:
PHP Code:
define('PHPDIG_IN_DOMAIN',true); 
vinyl-junkie is offline   Reply With Quote