How to transfer your WordPress blog to new domain ?


Very often, as a freelancer, I need to transfer WordPress blog. First, I design a blog on my server, then I add posts and content, and on the and I need to transfer the blog to a new domain. So how to transfer a blog from an old domain to a new domain?

Let we see :

Step 1: We have :

Old blog: www.oldblog.com/blog
New location: www.newblog.com

Copy all files from the old blog directory www.oldblog.com/blog into your hard disk. Go to Phpmyadmin and export the full database to your hard disk. For example, wp1.sql is your exported file.

Step 2:
In this step, you need to copy all data from your hard disk to the new blog.

Step 3: Go to Cpanel (or site panel) of your new hosting and domain. Creta new database and new user and add all roles :
Create mysql database in Cpanel

create-mysql-user-with-cpanel
Create mysql user from Cpanel

Step 4 :
Go to PhpMyAdmin of the new site and import the full wp1.sql file from the old site. Now you created a new database.

Step 5:
In this step, we will edit the wp-config.php file in the new WordPress blog files.
Add username and password and database name in wp_confip.php file
wp-config file edit

Now add in wp-config file this code below this details :
define(‘WP_SITEURL’, ‘http://www.newblog.com’);
define(‘WP_HOME’, ‘http://www.newblog.com’);

Step 6 :
Now go to new blog newblog.com and there log in into WordPress site. Afther login go to plugins section and install : Search and Replace plugin.

Search for: oldblog.com/blog
replace with: newblog.com

This plugin will replace all MySQL database words where you have your old blog name.

This is it. Your job is finish.

Please write your comment and ask for more help if you need it.

Daniel Smith
Latest posts by Daniel Smith (see all)

Daniel Smith

Daniel Smith is an experienced economist and financial analyst from Utah. He has been in finance for nearly two decades, having worked as a senior analyst for Wells Fargo Bank for 19 years. After leaving Wells Fargo Bank in 2014, Daniel began a career as a finance consultant, advising companies and individuals on economic policy, labor relations, and financial management. At Nimblefreelancer.com, Daniel writes about personal finance topics, value estimation, budgeting strategies, retirement planning, and portfolio diversification. Read more on Daniel Smith's biography page. Contact Daniel: daniel@nimblefreelancer.com

Inflation Is Eating IRA/401(k) Savings! How to Protect Your IRA/401(k) in Bad Times?

VISIT GOLD IRA

Recent Posts