Work effective and save time if you are a web developer using WordPress. Duplicate your existing work and use as a template. Get Duplicator and install/active the plugin and follow the instruction below. We have 3 main steps to get all duplicate/migration process done.
1. BACKUP FILES & DOWNLOAD
- Get
Duplicator
plugin - Duplicator ->
Create new
Next
->Build
- Download
Installer.php
and...Archive.zip
file
2. DATABASE CREATION ON NEW SERVER
- Create Database from MySQL® Databases in cPanel.
- Name your database. Add
_wp
at the end of the database name - Add a user,
_user
at the end of the database name - Add the user to the database you created. Finally add
All Privileges
to the user.
3. UPLOAD BACKED UP FILES TO NEW SERVER
- Access cPanel on new hosting server. Go to cPanel -> File Manager. Select
public_html
or very root folder of your WordPress files -> upload your savedInstaller
andArchive
files. (*You can also use FTP (Filezilla) to upload these files. ) - Open a web browser -> http://YOUR-DOMAIN.com/installer.php
- Select the checkbox, “I have read and accept all terms & notices*”
- Select
Remove all data
and input yourDatabase
,User
andPassword
and hitTest Database
. If looks good, hitNext
. - Click
Next
for step 4, Login the site withSite Login
.