Most probably, nothing went wrong, you just have to set some things to the new server.
Firstly, there are the home and site urls (to be found in the general settings).
Then, possible absolute links pointing to the old domain have to be adapted.
To change these links, you have to adapt the SQL table.
Update options (this can also be done via the general settings, as described above):
UPDATE wp_options
SET option_value = replace(option_value, 'http://old-domain.com', 'http://new-domain.com')
WHERE option_name="home" OR option_name="siteurl";
Update absolute links inside posts:
UPDATE wp_posts
SET post_content = replace(post_content, 'http://old-domain.com', 'http://new-domain.com');
Related Posts:
- Can you run wordpress with multiple domains at the same time (not multisite)?
- After Moving a Site to Another Domain, All Images Are Lost
- How to transfer a WordPress blog to a different domain?
- How to Create a Cookieless Domain in WordPress
- Change old URLs after the domain change
- How to copy an existing (custom themed) site to a new domain
- 500 Internal Server Error after attempting to switch from subdirectory to addon domain
- How do I change site url to my new domain?
- WordPress live site images not displaying
- Setting two top level domains for multisite
- How to log in after domain has been transferred
- How do I redirect my blog posts to a subdomain?
- How can I use a separate domain for URL shortening?
- Migrate a WP website from a single-server single-domain to a multi-server multi-domain installation
- How do I make my particular WordPress public?
- CNAME site attempts to load files over HTTP instead of HTTPS
- Point domain to different webhost’s subdirectory wordpress
- Can WordPress change links automatically?
- Can I have the same wordpress site under different url?
- Why do menus break on site url and folder change?
- Redirecting Primary domain to a WordPress Installation in the Subdirectory without changing URL
- WordPress keeps redirecting me to online site [closed]
- Remove website URL from wordpress website
- Moving WordPress page to a new domain
- WordPress domain configuration on a different server
- Why WordPress isn’t and/or can’t be domain agnostic
- Multiple domains showing same content
- Change wp_sanitize function?
- How to use a .edu domain with WordPress?
- Inherited website changing CSS/JS path
- looking for a hosting company for wordpress [closed]
- Is a *.wordpress.com blog easy to migrate?
- How long to keep old domain for 301 redirects after moving WordPress?
- Moving Domain.wordpress.com to a new domain
- Substitute original WordPress url by another domain name
- Migrating WordPress – New domain entry, links broken
- Use of domain name
- Godaddy masked redirection to WordPress blog
- Move domain for WordPress site
- Server ip to Domain
- Can I start to build a site before choosing/registering its domain?
- Export WordPress from one domain to another domain
- Replace .wordpress.com url with a domain name
- Problem with Web-Alias and WooCommerce
- Access web server in local LAN using domain name instead of IP
- How do I change the wpstaging.com domain to new domain without damaging the website?
- Deleting /wp from my website URL
- Wrong URL to CSS and JS after change domain
- Can I start to develop my website on WordPress.org before purchasing my web hosting?
- What is the best way to strip the domain from all links and references?
- How do I move my primary domain out of the public_html folder?
- After switch domain, some parts of my site still point to my old domain
- Domain masking and wordpress
- How to run wordpress site on “mysitewp.com”?
- How do I move my WordPress domain to another domain?
- Move site to subdomain
- Do I need to be selective about where I search and replace when pointing a domain to a subfolder used for development?
- WordPress Update E-Mail shows IP instead of Domain
- Hosting my own site – pros/cons?
- Change logo depending on domain
- domain name in hebrew (punycode)
- White Homepage after Domain Name Change
- Mirror site as the definitive version?
- WordPress on Azure as Subdirectory
- Changing domain for site running on raspberry pi server
- Cannot login to site after domain .COM address pointed at .ORG
- What paths does WordPress use for itself on a domain?
- How can I make my domain work with my site?
- Changing the site URL
- Use domain with existing WordPress install
- Migrating domain name from old WP host to new (which uses vhosts)
- Sidebar not visible after changing to new domain
- Keep the domain name and change to wordpress [closed]
- How do I transfer my own domain name to WordPress [closed]
- Widgets are not showing after moving domain
- Site admin can login but cannot access wp-admin after domain migration?
- Changing a domain for a current WP site without having it go inactive
- wp-admin keeps forwarding me to an old url
- how can i transfer my existing website to new wordpress website maintain my domain!
- Can I create a top level TLD? (.michael for instance)
- Post page appears without images + formatting
- Recover old website domain
- Assets are using old domain name after migrating
- Place a website on WordPress on a subdomain
- Can I have a web application run along my WordPress hosted website?
- Site is not fully working after migration
- How can i convert my Delphi.NET project to Delphi Prism?
- SQL Server String or binary data would be truncated
- Java error: Comparison method violates its general contract
- Python: Where does if-endif-statement end?
- How to implement LIMIT with SQL Server? [duplicate]
- After server migration only the homepage works
- How to use WordPress Multisite With Different Domain Names?
- Can’t log in: “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”
- Multiple developers / editors working on a site in progress
- Site Redirecting to wp-signup.php
- How can I make updates to a site, on a development copy, but then move updates back without overriding live site’s evolving database?
- Programmatically get images by URL and save in uploads folder
- How to replace the domain name in a WordPress database?
- WordPress Migration: Getting 404 Errors: Only Home Page works