Moving a website to a new server
Now and again, you have to move a website from one server to another.
There are good and bad things about that, the main problem is with dynamic websites. Why is that? Simple: a dynamic website expects to access a database and if you hit the wrong server, that will go bad.
What's the best solution?