This is what I would do [cause it works ;) ]
Step 1: CONTENT
- FTP: Make a backup of the files of your site, using FTP 'Filezilla' [free] or your own FTP-program.
(see: http://codex.wordpress.org/Using_FileZilla ) - Make a backup of the CONTENT of the site (the database):
- dashboard > tools > export > all content > download exportfile
- If required: confirm installation of export tool and run the export
STEP 2: Installing the new [dev] site
- FTP:Copy the OLD installation to the new folder or subdomain.
!!NOTE!! Do NOT copy the OLDwp-config.php
to the new site - Browser: open the NEW site > The 5 minutes WP-install starts
- !! When asked enter the data of the OLD
wp-config.php
, !!IMPORTANT!! enter a DIFFERENT PREFIX e.g.dev_
(don't forget the _underscore)
This way both sites sit next to each other in the same database, without problem - Import the old database into the dev-site:
- Dashboard > Tools > Import > wordpress > choose the backupfile from your computer, you just created, and 'upload file and import;
- If required: confirm installation of importtool and run the import
Done!