Copied Blog to localhost – blank page – can't load anything
-
Hi everyone,
I copied a live blog to my laptop’s apache server using the following method:
1) Downloaded the complete blog folder from the live server
2) copied the database from the server
3) Used sed to replace {www.liveblogname.com} with {localhost} in the resulting .sql dump
4) Imported the database into my local mysql server
5) Extracted all blog files into the web root directory
6) Used the sql settings (database name, user, password) in wp-config to create a new user in phpmyadin and granted ALL privileges to that user on the specified database
7) Double checked that the folder the blog is now installed in is actually working as the localhost website by placing an index.html page in the blog root directory, which loaded fine.
8) Double checked the homeurl and siteurl are https://localhost
I can’t think of anything else to do!! All I get is a blank page when I attempt to visit localhost. It should be loading the blog. Is there something that I could be missing?
Thanks!
- The topic ‘Copied Blog to localhost – blank page – can't load anything’ is closed to new replies.