• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
seegatesite header

Seegatesite.com

Seegatesite.com - Programming Tutorial , Sharing , How and Learn Together

  • TOOLS
    • Bootstrap Navbar Online Generator
    • Customize Sidebar Menu Bootstrap 3
    • Bootstrap Demo
  • ADVERTISE
  • CATEGORIES
    • Android
    • Blogging Tips
    • Database
    • CSS
    • Info Gadget
    • Javascript
    • Linux
    • PHP
    • Various
    • WordPress
  • Q&A
  • PHP
  • JAVASCRIPT
  • JQUERY
  • ANGULAR
  • WORDPRESS
  • SEO
  • REACT
🏠 » Wordpress » How To Transfer Wordpress Files To New Domain Name And Hosting

How To Transfer WordPress Files To New Domain Name And Hosting

By Sigit Prasetya Nugroho ∙ July 2, 2017 ∙ Wordpress ∙ Leave a Comment

Share : TwitterFacebookTelegramWhatsapp

Not long ago I transfer WordPress files on one of my websites to a new domain and hosting. Initially confused me, because some database files must be updated. Here I will share brief tips on how to move WordPress files to a new domain name or local server.

How To Transfer WordPress Files To New Domain Name

  1. Backup all WordPress files from old hosting.
  2. Backup the database on the old hosting.
  3. Create a new database, username, and password on new hosting and restore the old database.
  4. Restore all WordPress files to new hosting.
  5. Edit the database name, username, and password settings in the wp-config.php file.
  6. Update some table contents using the following SQL syntax

# Backup all WordPress files from old hosting

Open your Cpanel hosting and compress all your WordPress files into Zip file and download

Compress WordPress Files From Hosting

 

# Backup the database on the old hosting

Export database to .sql extension via phpmyadmin

Backup Database Transfer WordPress Files To New Domain And Hosting Tutorial

# Create a new database, username, and password on the new hosting and restore the old database.

Create New Database Name Transfer WordPress Files To New Domain And Hosting

 

New Mysql Username And Password How To Moved WordPress Site To New Domain Name

Integrated Username And Database Mysql

Import Database

# Restore all WordPress files to the new hosting (Extract all the files on the new hosting)

Upload And Extract All WordPress File To New Hosting

# Edit the name of database, username, and password settings in the wp-config.php file

Edit Wp Config With New Database Name And Settings

# update some contents of the table using the following SQL syntax

1
2
3
4
5
UPDATE wp_postmeta SET meta_value = REPLACE(meta_value,'http://old-example.com','http://new-example');
 
UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://old-example.com', 'http://new-example');
 
UPDATE wp_options SET option_value = REPLACE(option_value, 'http://old-example.com', 'http://new-example') WHERE option_name = 'home' OR option_name = 'siteurl';

Thus my 6 step how to How To Transfer WordPress Files To New Domain Name And Hosting. Hope useful

Another WordPress Related Post :

  • How To Create The Fastest Social Share Button WordPress Without Plugin
  • Create WordPress Slider Without Javascript
  • The Point Responsive WordPress Theme For Blogging
  • The Doctors Free WordPress Responsive Theme For Medical
  • Develop Your Site With Start Blogging The Responsive WordPress Theme
  • Zerius Theme The Free WordPress Responsive Theme

Avatar for Sigit Prasetya Nugroho

About Sigit Prasetya Nugroho

This site is a personal Blog of Sigit Prasetya Nugroho, a Desktop developer and freelance web developer working in PHP, MySQL, WordPress.

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Welcome to my Home,

Avatar for Sigit Prasetya NugrohoThis site is a personal Blog of Sigit Prasetya Nugroho, a Desktop developer and freelance web developer working in PHP, MySQL, WordPress.



Popular Articles

Checked checkbox AdminLTE Bootstrap in Jquery

November 4, 2014 By Sigit Prasetya Nugroho 7 Comments

Simple create date format validation with jqueryUI

December 21, 2014 By Sigit Prasetya Nugroho Leave a Comment

Create Simple Progress Bar for Fake Online Generator with Jquery

January 10, 2015 By Sigit Prasetya Nugroho Leave a Comment

22+ Coolest Free Jquery Plugin For Premium Theme

October 3, 2015 By Sigit Prasetya Nugroho Leave a Comment

Easy Build Your Anti Copy Paste Plugin

October 6, 2015 By Sigit Prasetya Nugroho Leave a Comment

Popular Tags

adminlte (15) adsense (13) adsense tips (4) affiliate amazon (13) amazon (12) Android (8) angular (16) angular 4 (12) angular 5 (4) asin grabber (3) Bootstrap (27) codeigniter (5) create wordpress theme (5) crud (8) css (6) free wordpress theme (7) google adsense (4) imacros (4) increase traffic (6) jquery (34) laravel (10) laravel 5 (5) learn android (5) lumen api (4) modal dialog (5) mysql (6) nodeJs (4) optimize seo (4) pdo (6) php (30) plugin (53) pos (8) Publisher Tips (5) react (6) Reactjs (9) SEO (37) theme (17) tutorial angular (5) tutorial angular 4 (6) tutorial javascript (10) tutorial javascript beginners (4) twitter (3) wordpress (18) wordpress plugin (13) XMLRPC (5)




  • About
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions

©2022 Seegatesite.com