• Is there an VERY EASY way to do this?

    I searched, but didn’t find any mention of how to migrate an existing LIVE WordPress site to my local drive for developing. I’m talking about making a lot of developments offline, using my live site as a starting point. Then, after making the changes, uploading it back to my host to go live again.

    Certainly, by this time, there is an application to assist with that. Isn’t there?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Certainly, by this time, there is an application to assist with that. Isn’t there?

    Depends on what you are using for local development (xampp, vvv, etc)

    Have a look at http://codex.wordpress.org/Moving_WordPress – This explains how to properly move your installation to a new server, in your case, your local server.

    I have successfully done this many times.
    – Downloaded the website files
    – Backed up the website database
    – Installed locally using “VirtualHost” settings in apache
    – Added the website name to my “hosts” file
    – Created localhost database + user + password, loaded database
    The website never knows it has been moved.

    Thread Starter pezastic

    (@pezastic)

    That is too much trouble for me, as several settings have to be changed each time I move the site from live to local and back again. I thought that by this time, 11 years after xampp came out, something a bit more user-friendly for local WordPress development would have come out. No?

    With my technique, all you need to change to switch between LAN and internet sites is to change the entry in the “hosts” file, just one change.

    The database exports and imports without change.

    Files transfer by FTP without change, with the possible exception of wp-config.php

    From experience the reason there is not a shrink-wrapped solution is that everyone, just everyone wants to do it a little differently.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Easiest way to d/l, edit, and then u/l WordPress?’ is closed to new replies.