Migrating a Wordpress site from sub domain or any other domain is actually not well documented anywhere. I hence have to decided to right a brief overview on how it's done which I will update with pictures at a later stage.
Firstly move all the files from the folder or subdomain to the root folder of where they should be.
Then export the database using PHPmyAdmin.
Open the database file with a Text Editor and search and replace the old URL with the new URL. Usuaully done pressing CTRL + F or CTRL + R
Then drop all tables in existing database on phpmyadmin. Be sure to make a backup before and then import the new updated sql file into PHPmyadmin.
Now go to your Wordpress admin section and disable permalinks if it was used before.
Re-enable it again and all should be working.
Hope this helps.
Most Popular Articles
How to increase upload file size:
To increase the max upload file size of a php / wordpress page, do the following :1: Open the...
How To Change Your Password In Wordpress
This tutorial will show you how to change your password in WordPress. This tutorial assumes...
How To Edit Your Profile In Wordpress
This tutorial will show you how to edit your profile in WordPress. This tutorial assumes you...
How To Manage Categories In Wordpress
This tutorial will show you how to manage categories in WordPress. This tutorial...
How To Manage Pages In Wordpress
This tutorial will show you how to manage pages in WordPress. This tutorial assumes you are...
