Transfer Wordpress site to new host part two

Ian J

Free Member
Nov 6, 2004
7,444
2,741
Midlands
factoringsolutions.co.uk
I want to transfer a Wordpress site from the existing host to a new one but I'm stuck on how to do it.

I have installed Wordpress on the new host but don't know how to access it to set it all up properly as the domain name is still pointing to the old host so I can't see how to get into the new installation of Wordpress.
 
Best way to do this Ian is to just change your local hosts file so that you can locally (and temporarily) point your domain to the IP address of the new server.

So you essentially end up forcing your domain to resolve elsewhere than the public DNS records.

You can learn how to do this here.
 
  • Like
Reactions: Ian J
Upvote 0
Upvote 0
any shared hosting provider will give you a temporary URL so you can work on your new installation. you don't need to do anything with the DNS until you're ready to go live. Step by step:

1. Log in to you cPanel with the old host
2. Go to phpmyadmin and export the database
3. Go to file manager, select all files and create an archive (easier to manipulate rather than thousands of files)
4. download the archive via http or ftp
5. Log in to your new host cpanel create and import the database
6. Upload and extract the archive with the files
7. Change wordpress settings in config file as well as the options table within the database
8. ask for temporary URL

piece of cake, time required 10min
 
  • Like
Reactions: Ian J
Upvote 0

Latest Articles