Fixing URL’s when moving wordpress

If you move your wordpress site to another URL, you have to change in database at least two entries, otherwise your site won’t work.
Enter into your new wordpress database, and find table ‘wp_options’. You have to change ‘home’ and ‘siteurl’ to your new URL’s. You could also search in your new database for old URLs, and replace them with new ones.