How to replicate your site on local WordPress installation

  • Taking the export of the site –
    1. Log in to the Dashboard of your site (Internet)
    2. Using All In One WP Migration, export the website (Internet) to a file
  • Site Import in the local installation
    1. Install XAMPP
    2. Install Bitnami WordPress Module on top of XAMPP
    3. Increase the file upload limit on your local installation
      1.  Open php.ini in the XAMPP installation php folder (D:\xampp\php)
      2. At the end of php.ini, to increase the limit to 500M, add the following lines at the end –

upload_max_filesize = 500M

post_max_size = 500M

max_execution_time = 3000

  1. Restart XAMPP server.
  2. Check the file upload limit at – Site Dashboard à Media à Add New
  1. Using All In One WP Migration, import the website (localhost) to a file
  2. Upon successful import, test the local site by using the same username/password as on the website (Internet)

Also read, AI/ML Image & Video Changes – Step 4: Change Background of a Video

Leave a Comment