I’m starting some work on an existing wordpress project on Github. Basically, the entire WordPress install is on Github. I cloned it to my local XAMPP installation. What’s the best way to get everything configured? I know I have to make a config file and get WP talking to my MYSQL database. I did that, and while I got the wp-admin stuff working fine, the front-side stuff isn’t showing up.
I’m starting some work on an existing wordpress project on Github. Basically, the entire
Share
In the database you need to update the links so that they point to your local host.
The way I do that is that I make a backup of the sql database and then replace everything like:
orig:
with:
And then restore it