Gather all Usernames and Passwords Includes: WP login, PHP Password and SQL Password
Login to Transmit (download OSx application here) with SFTP- Username/Password and export files
Export .sql file from your MyPHP Admin
Once completed, Stage Domain and remove main one
On Cpanel create Add-On Domain
On Cpanel, go to mysql database
Create Database (Make Database name same as .sql file!!)
Create User and make Username same as .sql file name and create password as the one in WP_config file (‘db_password’) or PHP and SFTP password
Add user to Database (Make All Privileges)
Import .sql file in PHPmyadmin and import into the correct database
Open Transmit and connect to FTP use IP address and CPanel info to import into public_html folder
Import all files from website into specific public_html folder
Make sure IP address is identical to your cpanel IP xxx.xxx.xxx.xx
In wp-config change ‘db_host’ info to ‘localhost’ and update
Refresh the URL and congrats! Your website has been transfered!!