I had never done migrating a site on wordpress, I\'ll put step by step how I did, need to put the site on a new domain that are on the same server, so only the migrated files, t
define('WP_HOME','domain.com'); define('WP_SITEURL','domain.com');
This goes in your wp-config.php
Also, be sure to clear your cache and use this script to replace ALL urls in your database.
https://github.com/interconnectit/Search-Replace-DB