I just moved my domain from a subdomain into its own domain on the same server. I might not have done it totally within recommendations but this is what I did:
removed redirect (from new domain name to old domain temp till move)
copied all the files from old domain folder to new
changed site location in WP settings general
added the following in wp-config
define('WP_HOME','http://healingdrumretreat.com');
define('WP_SITEURL','http://healingdrumretreat.com');
The database options file has new domain name etc, that all looks good
The posts show, I can click on links and the pages and posts open. Only problem: images not showing! Image file permission 755, images 644. Path is correct for new domain path to images referenced in the theme and widgets.
Help!!