wamp server wordprocess whole from begining up on filezilla

There’s 2 parts to migrating WordPress.

  1. Migrate your database content.

  2. Migrate your files.

I suggest you install the WP Migrate DB plugin and export your database from your local installation.

The plugin does a search, find and replace so your links don’t break.

You will need to grab your live server path and enter these details along with your domain name into the plugin settings before exporting your database.

You can then create a new database in your web hosting accounts control panel and import the SQL file for your Database.

Make note of the new database name, username and password.

Open your wp-config.php file on your local installation of WordPress and change the database details with your new ones.

This connects your files to your new database on your live server.

Upload all your files from your local machine to your new server using FTP.

Leave a Comment