• I have a site with a theme. I wish to make significant changes to the current theme in real time without visitors seeing it.

    Is it possible to copy the current wordpress files into a subdomain so that I may edit that version without affecting the Live version.

    If there are any other solutions please let me know

Viewing 1 replies (of 1 total)
  • I would do this:

    1. Download the files from your wordpress install to your computer.
    2. Export your database and download to your computer.
    3. Upload the wordpress files to your subdomain using FTP (etc.)
    4. Create a new database for your new install & import the databse.
    5. Setup the wp-config.php file to point to the new database etc.

    That should be all you have to do for the most part the ease of doing it depends on your hosting setup etc. If you have phpMyAdmin then the exporting/importing can be easy after you have made changes.

    Tip when updating live site…make your life easy and DO NOT OVER WRITE THE wp-config.php FILE when uploading any changes.

    Hope this information helps. ??

    There are also some good tips on this page too: https://codex.www.ads-software.com/Moving_WordPress

Viewing 1 replies (of 1 total)
  • The topic ‘How do I clone a wordpress install on same server’ is closed to new replies.