Migrating Installation from Live Server to Local Machine
-
This problem has been stalling my development and I don’t seem to
be able to move forward because of it.The problem has to do with migrating the wordpress installation on the live server to the local offline webserver on my development system. So that I can continue development of the site locally offline and eventually upload when I am finished.
My Approach :
I downloaded the entire content from the online server into a named folder in the htdocs directory in my local web server, and also went to the phpmyadmin of the liveserver to export the live database and changed all relevant paths in the exported sql scripts from “https://syncservers.net/wp” to “htp://localhost/uniserve” i did a find and replace using wordpad on my local system to do this .After this, I populated the local database using the SQL script, sql
script ran successfully in my local database and I also update the
connection parameters in the wp-config.php to my local database
connection details ; but when I try to access the installation using
the “https://localhost/uniserve” director, I get a blank page.This version running smoothly online was uploaded by myself through the same approach i outlined above from my local machine to the server before my system had a problem but i don’t seem to be able to replicate the same approach to successfully move the application back to my local system .
PLEASE HELP !!!!!!!!!!!!!!!!!!!!!!!!!
- The topic ‘Migrating Installation from Live Server to Local Machine’ is closed to new replies.