Trying to revive an old wp blog locally in xampp from backups
-
Once upon a time I cobbled together a sort of blog/site kind of thing for my brother-in law. I learned a few things about wordpress, which I’ve now mostly forgotten. The site is not hosted online currently, but I do have a backup of the files and database.
It’s been quite a while since it was last alive and online, certainly a few years, and I’m trying to revive it.
I’ve set up xampp for vhosts and I’ve tried simply copying the files to an appropriate folder under htdocs, importing the database using phpmyafmin, editing wp-config.php with credentials to access the database with the right table prefix. Didn’t work – I just get a white page from https://www.mysite.com. https://www.mysite.com/wp-admin gives an Object not found! error page. I’m wondering if it’s likely that the site won’t run on current php version, although I’m not sure how I would find out.
I have installed the latest version of wordpress under xampp successfully so I’m fairly confident it’s not a file permissions problem.
I’m not quite sure what to do next though. Any ideas would be gratefully received.
- You must be logged in to reply to this topic.