Thursday, November 28, 2013

Steps to Move WordPress From Local Server to Live Site

Step 1: Export Local WordPress Database

Step 2: Uploading WordPress Files to Live Site

Step 3: Creating MySQL Database on Live Site

Step 4: Importing WordPress Database on Live Site

Step 5: Changing the Site URL (on wp_options table see siteurl option , update it),(on wp_options table see home option , update it)

Step 6: Setting Up your Live Site

Step 7: Fixing Images and Broken Links by updating Paths

UPDATE wp_posts SET post_content = REPLACE(post_content, ‘localhost/test/’, ‘www.yourlivesite.com’);



Steps to Move WordPress From Local Server to Live Site

No comments:

Post a Comment

Please mention your comments.......