Local copy of site not working properly
-
I’ve just tried to make a local copy of WordPress site, and after doing everything according to the knowledgebase instructions, from Google Chrome it keeps redirecting me to the live site when I enter https://localhost/sitefolder, Firefox returns the message “The page isn’t redirecting properly” and IE gives me HTTP 500 internal server error. Now here is what exactly I have done.
1) Made an SQL backup of my database from phpMyAdmin.
2) Copied the entire content (files and folders) of my site locally.
3) Installed XAMPP.
4) Run the Apache and SQL services from XAMPP.
5) From a text editor, in the database SQL backup file replaced all the instances of https://www.domain.com with localhost/sitefolder (the one within the htdocs of xampp).
6) Created a local database in phpMyAdmin from XAMPP, and then imported the modified SQL backup into that database.
7) Modified the local copy of wp-config file to reflect the database, user and pasword changes (including changing the DB host to ‘localhost’).Did I miss any steps? I can’t figure out what is causing the skip to https://www.domain.com, when there are no remaining references to it in the database.
Any hints?
- The topic ‘Local copy of site not working properly’ is closed to new replies.