In this chapter, we will study how to transfer WordPress to a new hosting platform. We have used Hostinger web hosting to transfer the WordPress site to another host.
Just follow the simple steps given below to transfer your WordPress site to another host.
Step-1: Keep the backup of WordPress files and export the database. We will study this in detail soon.
Step-2: Login to your cPanel and click on MySQL Databases.
Step-3: Create a new database and MySQL user.
The following details will be given on this page:
After filling all the fields, click on the Create button.
Step-4: You can view your created MySQL database, User and Host.
Step-5: Click on plus [ + ] symbol.
Step-6: Click on phpMyAdmin.
Step-7: Click on the Import Tab on the phpMyAdmin page.
Step-8: Click on the Choose File button to select the backup file from your system and click on the Go button.
Step-9: You can view the tables of the database uploaded.
Step-10: Upload your WordPress files by using file transfer protocol(FileZilla).We will learn about it in chapter WordPress-Backup&Restore.
Step-11: Edit wp-config.php file as mentioned in the Restoring WordPress Files section in chapter WordPress – Backup & Restore.
Step-12: Inside the Website section of hostinger, Click on Auto Installer.
Step-13: You can view the uploaded file of WordPress. Click on the URL link.
Step-14: You can view the login page of WordPress.
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
Express is written in JavaScript and JS supports multiple templating engines like Mustache, Handlebars, doT,… Read More
World of Warcraft (WoW) is noted as one of the leading online-based multiplayer games, which… Read More
Express Middleware comes between request and response. When a request is made, it is received… Read More
Express router helps in defining URL for web applications and APIs. It makes easier to… Read More
HTTP requests are binary information packets that a computer or client sends to another computer… Read More
Hello World Example in Express JS In our package.json file, we have specified main index.js.… Read More