How to configure SMF to work with a new domain?In order to configure SMF to work properly with another domain, you should modify the Settings.php file.
You should change this line:
$boardurl = 'http://olddomain.com';
to
$boardurl = 'http://newdomain.com';