Change your DNS, or forward your domain, update all URLS on the site and in the Database.
someone with a similar issue: http://wordpress.org/support/topic/changed-url-before-changing-dns?replies=7
Hmmm… Heres what I ended up doing. I created an addon domain. changed the dns at godaddy to work with my hosting. I went in via ftp and copied all the wordpress files from the first domain folder and copied them to the new domain root folder. I think added the define(‘WP_HOME’,’http://www.paramountpremier.com’);
define(‘WP_SITEURL’,’http://www.paramountpremier.com’);
code to the wp-config.php
is this okay or will i run into problems somewhere. everything seems to be working properly.