Categories

Featured templates

WordPress. How to move site from localhost to the live server

Carey Burns December 4, 2014
Rating: 2.8/5. From 16 votes.
Please wait...

Our Support team is ready to present a new tutorial that will show you how to move your WordPress website from localhost to live server.

WordPress. How to move site from localhost to the live server

  1. Log into your WordPress admin panel. Go to Settings->General. Change the website URL to new location and Save. Do not open the site:

    wordpress.how_to_move_your_website_from_local_to_live_server_1

  2. Enter the phpmyadmin tool on your local server, export the existing database for your site. You can check the following instruction on how to export the database

  3. Open the downloaded file in php editor. We will use Notepad++. Press Ctrl+F to open Find&Replace tool. Click on Replace All button. Type in the current and new URLs to corresponding fields and click on Replace All. Save changes:

    wordpress.how_to_move_your_website_from_local_to_live_server_2

  4. Once the file is edited, you can move the site files and folders to new location. You can check this instruction on how to upload files to server via FTP.

  5. Log into phpmyadmin tool on the live server, import the edited .sql file to the new database. You can check this instruction on how to import the .sql file to database.

  6. Once the files are uploaded to your server, you will need to edit the wp-congig.php file on your server. The file has the Database information: database name, username, password. Since the database changed, you will need to update this information in the file:

    wordpress.how_to_move_your_website_from_local_to_live_server_3

  7. Check your new website URL. You have successfully moved the website from localhost to live server.

Feel free to check the detailed video tutorial below:

WordPress. How to move site from localhost to the live server

This entry was posted in WordPress Tutorials and tagged live, localhost, move, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket