I have a domain, http://www.mydomain.com/blog, I want it to move to my local machine. I am using mamp server with Leopard as my OS.
I copied all the files to my machine to blog folder and took the backup of db and replaced all instances of http://www.mydomain.com/blog with http://localhost:8888/blog/ and imported it.
When I run http://localhost:8888/blog/, the index page opens the remote http://www.mydomain.com/blog instead of my local copy of the blog.
Any ideas what I'm doing wrong?
I've created wordpress blogs locally before. I've never had to move one from a remote server to my local system though.