• Hi,

    I am the beginner of wordpress, I have one doubt, pls clarify for me,

    How to Move the WordPress Woocommerce Live Site backup and then move to the site in my local xampp server, pls any one help me

    What are the procedures to following to the move the files in live site into local xampp server

Viewing 1 replies (of 1 total)
  • Hello!

    It’s pretty straightforward to setup a site on a XAMPP local installation. The first thing you’ll need to do is once you get XAMPP setup and working, create a database.

    Take a copy of the files from the live site. If you use an FTP client like FileZilla then just copy the entire site over to a local folder on your computer.

    Then go to the admin panel on the live site and go to Tools > Export and get a full export of your data. Alternatively you can go into phpMyAdmin and get a SQL dump of the site if you’re comfortable doing that instead.

    Then just copy everything over to the localhost folder on your computer and import your data back into your WordPress instance. You’ll then need to change your database details in the wp-config.php file on the localhost site to make sure it matches up with the localhost database you’ve created.

    Don’t worry too much about it though because it’s only a local environment and not a production site, give it a try and if anything doesn’t work then come back.

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress Woocommerce Live Site Move into My local Xampp Server’ is closed to new replies.