Take a live wp site from the internet to localhost
-
Hi
I have an uncommon need.
I realise many people create a website locally at localhost and then move it to a live production server, and there are millions of HOW TO’s about doing it in that order. I, on the other hand, want to take a site off the Internet and run it on my own internal network.
I have configured LAMP and permissions. That’s all runing.
I’ve copied my web root data from the live server to my Apache local www folder. I’ve copied my MySQL database from the live server to my local MySQL installation.
And I can access the site at https://localhost and I can access the log in PAGE at https://localhost/wp-login.php.
However, when I click “Log In”, it takes me to my live site at https://www.mysite.com.
I have tried changing the entry in the database table wp_options on my local Intranet database to “localhost” instead of “mydoman.com”, but still the login page, and thereafter the entire site, is at my live domain.
So my question is how to take my site FROM the Internet TO localhost?
Thanks
- The topic ‘Take a live wp site from the internet to localhost’ is closed to new replies.