If you blog seriously, a vital thing to do is to backup your blog.
The backup is used not only for the obvious reason of holding another copy to restore from when necessary, but for testing purposes as well.
Check out the video below for a step by step tutorial.



To sum up the process:

  1. Download and install XAMPP.
  2. Download the latest WordPress.
  3. Copy the WP-content folder from your live blog (via FTP or File Manager) to your local hard drive.
  4. Export the mysql databse of your live blog via PHPmyAdmin.
  5. Navigate to htdocs folder in XAMPP (usually c:/xampp/htdocs/) and create a new folder with your site’s name.
  6. Copy all files and folders from the wordpress folder you downloaded (except wp-content folder) into the newly created folder in XAMPP.
  7. Copy the WP-content folder (the one you backed up from your blog) into the newly created folder in XAMPP.
  8. Go to PHPmyAdmin in XAMPP.
  9. Create a new database and name it after your live blog.
  10. Import the mysql db you previously exported.
  11. Navigate to the db options table in and change the siteurl and home values to match your new local url.
  12. Open wp-config file (from the new folder you created in XAMPP).
  13. Change the DB_NAME, DB_USER and DB_PASSWORD fields to match your db definitions.
  14. Define a new site in DreamWeaver. The path should be the same as the new folder in XAMPP.
  15. Press CTRL + F and and change “find in” to “Entire Current Local Site”.
  16. First replace “<? ” with “<?php “.
  17. Then replace your live site url with the new local url.
  18. Check you local blog to see that everything works.
  19. If necessary, install the Search and Replace plugin to replace your live site url with the new local url in the database.

Got any questions or comments?? go ahead! :-)

Topics:   | | |