How to configure Mambo to work with a new domain?In order to configure your Mambo to work with a new domain name, you should edit the live_site setting in Mambo's configuration.php file.
You should change this line:
$mosConfig_live_site = 'http://olddomain.com';
to
$mosConfig_live_site = 'http://newdomain.com';