I am trying to make local development copies for my Wordpress blog. First I tried to install wordpress locally (in XAMPP for Windows), install plugins, and then import the data in real time (from the backup database). The problem is that when I import real-time data, I start to get all kinds of errors, even after I changed the blog URL through the database.
Also, the redirection rules that I have on my server do not seem to work locally (regardless of whether they are installed by Wordpress or some of its plugins).
So, is there a safe way to just capture all this and make it work locally exactly the same as the server?
Your help is much appreciated :)
source
share