How To Move A WordPress Site From LocalHost WAMP to Internet - 1960help - Sport News & Highlights Blog

How To Move A WordPress Site From LocalHost WAMP to Internet

As a web designer/developer, that moment always comes when you have to upload your clients design to the internet, probably to a purchased hosting server so users can access your clients website from the internet. This can be easily done when you designed the webpages in just html (probably + CSS) files, but it could be a little tricky trying to move a website designed using the WordPress CMS on your localhost WAMP server.
Here is a run down on the various stages we are going to go through in order to successfully move our wordpress site or blog to the internet from WAMP.
moving wordpress from WAMP to the internet

Changing URL

We need to change the URL of our wordpress site from wordpress dashboard so that after moving our site, it would successfully load when we visit the domain we purchased from the webhost. Follow the below steps to achieve that.
1. Once logged into your wordpress dashboard which is loaded from localhost WAMP server on your PC, click on Setting > General from the left sidebar.
Go to wordpress settings
2. On the page that loads up, change the WordPress Address and Site Address you can find to your already purchased domain. In my case, i’m changing http://localhost/pf to http://www.xyz.com . Then Click on Save Changes at the bottom of the page.
Changing the URL
After you must have done this, your site would no longer be accessible via the former URL on your PC (Might load up, but not correctly with the theme and other settings). Don’t worry, that’s what we need.

Backing up and Restoring the WordPress Files

Now it’s time to move your site files to your web server, firstly you have to compress your wordpress site into an archive so you could easily upload it to your servers.
3. You should know your way around your WAMP installation folder. I installed my wordpress site in D:\wamp\www\pf .
Go to your wordpress installation folder, select all files and compress to an archive using 7zip, preferably a .tar file.
compressing using 7zip

Uploading to Server

4. Create an FTP account on your webhost cPanel server and upload the file to the domain directory. If the domain is not an addon domain, you must likely would have to upload the compressed file to public_html directory.
Note: Make sure you delete all files in this directory. Then extract or uncompress your uploaded file here by Right clicking on your upload and click on Extract from cPanel’s File Manager.

Backing Up and Restoring the WordPress Database

Now it’s time to backup your blog’s database. I’m assuming you know the database name you installed your wordpress site to on your pc. Follow the below steps to grab a copy of the database.
5. Visit http://localhost/phpmyadmin on your browser to access phpMyAdmin. Then select the wordpress’ database from the left sidebar.
6. Click on the Export tab, then click on Go to export the database to your pc.
Exporting a database

Creating and Importing the Database into your webserver

7. Now log in to your cPanel’s dashboard, create a new MySQL database, User and connect the user to the database.
8. In your web-server’s cPanel, click on phpMyAdmin, and locate the new database you just created from the left sidebar, click on Import, click on browse your computer to select the sql file you backedup earlier, then click on Go at the bottom of the page to initiate the upload process.
importing the database
9. Here’s what you get after a successful database upload. Now it’s time to link the already uploaded wordpress files to this MySQL database.
mysql upload successful

Connecting WordPress To New Database

10. Launch File Manager via cPanel, and navigate to the directory where you uploaded your wordpress file earlier (most likely the public_html path if the domain isn’t an addon to your hosting plan).
11. Edit the wp-config.php file and replace the database name, database user and password with the details you created while setting up the fresh database, then save.
Replace DB
Hurray! Load your live domain URL and your website should be live over the internet.
If you find any difficulties in the process, feel free to let me know using the comment section below.

Share This With Friends:


Subscribe to receive free email updates:

0 Response to "How To Move A WordPress Site From LocalHost WAMP to Internet"

Post a Comment