Manually copied site times out
-
I just manually copied a working WordPress site to my local server. I did so by:
– Initially installing WordPress and LAMP on my destination server. I got it working
– Wiping the existing Apache /var/www/html directory on the destination
– Dropped all tables in the destination’s wordpress database
– Zipping the /var/www/html directory from the source
– Unzipped the file from the source to the destination’s /var/www/html
– Exported the database from the source
– Did a find and replace on the domain name in the export file, replacing with the destination’s IP
– Ran the database import on the destination
– Changed the db name/username/password in the wp-config.php file
– RebootedI am able to see the homepage along with all it’s posts. But, if I attempt to go to another page (including /wp-admin) I time out. Given that I can see the homepage I assume the database connectivity isn’t the issue. Any hints/suggestions?
TIA
- The topic ‘Manually copied site times out’ is closed to new replies.