John Z
John Z

Reputation: 11

WordPress - The “Transfer your site“ option is unavailable

I will need to transfer my website to someone else. The instruction below seems does not work at all.

*https://wordpress.com/support/transferring-a-site-to-another-wordpress-com-account/

Step 2: Start the Transfer

On the Settings > General page of my site I can't see the "Site tools" section and the "Transfer your site" option. Could someone please advise how I can find this option? Thanks a lot!

enter image description here

Upvotes: 0

Views: 48

Answers (1)

Fujael Ahmad
Fujael Ahmad

Reputation: 1

If you've hosted in cPanel then the process is very easy. Make a cPanel backup using the wizard and later just send the file to new owner. You can use wetransfer for the job.

Additionaly, if you are a linux server user then you can make a command line transfer with programs like rsync. to transfer the database you can use mysql -h remote-ip -u -p And before that you might need to add remote access to the new mysql database.

Upvotes: 0

Related Questions