How To Manually Clone A WordPress Website Without A Plugin

Let’s say you happen to be transferring world wide web host or you are placing up an precise duplicate of your WordPress blog for an individual else and you want to clone or duplicate your WordPress blog to a new place. How do you do it if you will not have a plugin?

The response is use phpMyAdmin to dump your database, down load all the files, add them back again to the new internet site, setup WordPress, set up a database, import the database, and change your configuration file. This is what you want to do when you’re cloning or copying a WordPress blog. Manually again it up and manually restore it.

What does a WordPress site really consist of? It is made up of documents and a database. What you do is go into your cPanel’s phpMyAdmin spot. If you go into your site.com/cpanel, you will be in a position to uncover a url to phpMyAdmin. As soon as you’re there, locate the databases exactly where WordPress is saved and there need to be a tab that suggests “Export.” What you can do is click on “Export” and then this will save a .sql file made up of your site’s database.

WordPress Plugins An easy way to even get to phpMyAdmin is to put in a plugin in WordPress called phpMyAdmin. It can operate as plugin and you can nonetheless get to that entire database just in situation your webhost does not have a cPanel area.

You obtain that .sql file but that includes just the database and which is it. You require the files as properly, so connect to your internet site making use of FTP and obtain all the data files in that blogs folder. Sure, the config file, the WP-content folder, WP-consists of – all those documents and folders, you should obtain them proper now using FTP. It may well get a while but wait around for it all to end.

Now you have manually backed up your WordPress weblog and it truly is time to go somewhere new and restore it. FTP up to your new web site and what you must do first is setup a new WordPress set up right here. What we have to do is go into the cPanel of your new net host, set up a WordPress database consumer, and grant that person permissions to that databases.

In cPanel, there is a website link for a mySQL set up wizard that will guide you by way of this approach. It will ask, “What is the new database identify?” Just get in touch with it website. “What is the new username?” Contact it website. “What is actually the new password?” Make a password and write it down. Now you have a new WordPress databases that will retailer your files.

What you want to do with then is then go back to phpMyAdmin in you cPanel and add this .sql file. This will restore just the databases but not the files nevertheless. What you will then want to do is FTP up people information that you experienced downloaded. Now you are location up your documents as nicely as your databases.

The ultimate action is to edit what is actually known as the WP-config.php file. What you will discover is that in that file, it is pointing to the old WordPress username, password, and databases and you will have to edit this to stage to the new WordPress, the new website databases you setup with the site person and the password you wrote down.

Ultimately, you will have to make 1 single environment in your WordPress config file and include the subsequent line of code:

outline(‘RELOCATE’, true)

Including that 1 one line of code to your WP config file will tell WordPress that we are relocating it to a new area.

Now all you have to do is log into your WordPress website employing the exact same username and password that you originally had in your outdated website. If all went well you have efficiently cloned your WordPress site with out employing any plugins. You use phpMyAdmin to dump the databases, you downloaded all the information, you setup a new databases, imported the SQL file, uploaded all the files and manufactured the 1 modify to the config file to stage to the new database and also to relocate to a new location.