How to point a domain to a new hosting provider in Europe

Pointing a domain to a new hosting provider in Europe is usually straightforward, but a clean cutover depends on the right DNS changes, correct timing, and a few checks before and after the switch. If you are moving a website, email service, or both, the goal is to update the domain so visitors reach the new hosting platform with minimal downtime and without losing mail.

What changes when you point a domain to new hosting

A domain does not “move” in the same way as a website. The domain registration stays with your registrar, while DNS records tell the internet where to find the website and related services. When you point a domain to a new hosting provider, you usually change one of these:

  • Nameservers, if you want the new provider to manage DNS.
  • A and AAAA records, if you want to keep DNS at the current registrar or DNS host.
  • MX records, if email should continue working during or after the move.
  • Additional records such as CNAME, TXT, SPF, DKIM, and DMARC.

For websites hosted on a managed hosting platform, Plesk, or Apache-based server, the actual server configuration is separate from DNS. DNS only directs traffic. The new hosting account must already be ready before you point the domain.

Choose the right method: nameservers or DNS records

There are two common ways to connect a domain to a new hosting provider in Europe.

Option 1: Change nameservers

This is the simplest method if the new host will manage all DNS settings. You replace the current nameservers at the registrar with the nameservers provided by the hosting company. After propagation, DNS requests are answered by the new provider.

Best when:

  • you want the hosting provider to manage all DNS records;
  • you are migrating website and email together;
  • you do not need to keep DNS changes split across multiple services.

Option 2: Keep current nameservers and update records

This method is often better if you want more control or if only the website is moving. You keep the existing DNS host and update the A record, AAAA record, or CNAME to the new server IP or hostname.

Best when:

  • you only need to point the website to a new server;
  • email remains on another platform;
  • you want to avoid a full DNS provider change;
  • you need tighter control during a live cutover.

In many European hosting migrations, keeping DNS stable and only changing the web records reduces risk. It also makes rollback easier if something needs to be corrected quickly.

Prepare the new hosting account before changing DNS

Before making any DNS update, confirm that the new hosting account is ready to serve the domain. This is especially important on shared hosting, managed hosting, and Plesk environments, where the domain must be added in the panel before it can respond properly.

Check the hosting setup

  • Add the domain in the control panel or Plesk.
  • Set up the correct document root or website directory.
  • Upload the website files or run the migration tool.
  • Import the database and update connection details if needed.
  • Install or reissue the SSL certificate.
  • Confirm that PHP version, extensions, and file permissions match the site’s needs.

Test the site before switching DNS

Most hosting providers offer a temporary URL, a preview hostname, or a hosts-file test method. Use this to verify the site on the new server before the public DNS change. Check:

  • homepage and key pages;
  • forms and contact submissions;
  • checkout or login flows, if relevant;
  • image loading and internal links;
  • server-side scripts, cron jobs, and cache plugins;
  • mail sending if the site sends notifications.

Testing before propagation helps you avoid serving broken pages to visitors in Europe during the transition.

How to point the domain by changing nameservers

If the new hosting provider gave you nameservers, follow these steps at your domain registrar.

  1. Log in to the registrar where the domain is registered.
  2. Open the domain management area.
  3. Find the nameserver settings.
  4. Replace the old nameservers with the new ones provided by the hosting company.
  5. Save the changes.
  6. Wait for DNS propagation.

Nameserver changes can take from a few minutes to 24–48 hours to fully update worldwide, though many users will see the new site much sooner. Caching by ISPs and browsers can make the transition appear uneven during the first hours.

Important: if you use custom DNS records such as MX, SPF, DKIM, DMARC, or verification TXT records, recreate them in the new DNS zone before or immediately after switching nameservers.

How to point the domain by changing A and AAAA records

If you keep DNS with the existing provider, update the website records instead of the nameservers. This method is common when only the web hosting changes.

Update the IPv4 address

Change the A record for the root domain, usually example.com, to the new server’s IPv4 address.

Update the IPv6 address if used

If your hosting provider gave you IPv6, also update the AAAA record. If IPv6 is not configured correctly, it is better to remove the AAAA record than to leave it pointing to the wrong server.

Handle www correctly

For the www version of the domain, you can use either:

  • a CNAME record pointing to the root domain; or
  • an A record pointing directly to the same IP.

Using a CNAME for www is often easier to maintain, especially during future server changes.

Example DNS layout

  • example.com → A → new server IP
  • www.example.com → CNAME → example.com
  • mail.example.com → only if needed for mail services

After saving the records, allow time for propagation and keep the old hosting active until the DNS TTL has expired and traffic has fully moved.

Set the correct TTL before a live cutover

TTL, or time to live, controls how long DNS resolvers cache a record. If you know a migration is coming, reduce the TTL on the relevant records 24 to 48 hours in advance.

Recommended approach:

  • Lower the TTL for A, AAAA, CNAME, and MX records before the migration.
  • Use a shorter value such as 300 seconds or 600 seconds if your DNS provider allows it.
  • After the cutover is complete, you can raise TTL again to a normal value.

A lower TTL speeds up changeover and rollback. This is particularly useful for live sites with steady traffic across multiple European countries and ISPs.

Migrate email without breaking delivery

When moving a domain to a new hosting provider, email is often the part that causes the most issues. If the website and mail are both using the domain, make sure the mail records remain correct.

Check MX records

If email will move to the new hosting platform, update the MX records to the values provided by the host. If email will stay elsewhere, keep the current MX records unchanged.

Review SPF, DKIM, and DMARC

Mail authentication records should match the sending system. After migration:

  • update SPF to include the new mail server or service;
  • publish DKIM keys from the new provider if available;
  • adjust DMARC only if your policy or reporting setup needs changes.

Incorrect mail authentication can lead to rejected messages or spam placement, even if the website points correctly.

Common issues during DNS propagation

After pointing a domain to a new hosting provider in Europe, some visitors may still see the old site while others see the new one. This is normal during propagation. Still, several technical problems can make the transition look worse than it really is.

Visitors see the old website

This usually means local DNS cache or ISP cache is still holding the old record. Wait for the TTL to expire. You can also check the DNS response from multiple locations to confirm the new record is active.

The domain loads but the site shows an error

This usually means the new hosting account is not fully configured. Check the document root, index file, application configuration, database connection, and SSL certificate.

www and non-www go to different sites

Make sure both hostnames are configured in the hosting panel and both point to the same canonical version. Set a redirect if needed.

Email stops working

Check MX, SPF, DKIM, and any mail routing settings. If the new host is only handling the website, not email, do not change mail records accidentally.

HTTPS warnings appear after the switch

Install a certificate for both the root domain and www if both are used. On Plesk and similar panels, reissue the certificate after DNS points to the new server so validation can complete correctly.

How to verify the domain now points to the new host

After the change, confirm that the domain resolves to the new hosting provider.

  • Check the domain in a browser from a private window.
  • Use DNS lookup tools to confirm the A, AAAA, CNAME, and MX values.
  • Test from multiple networks, if possible.
  • Confirm the website is served by the new server IP.
  • Check SSL status and HTTP to HTTPS redirects.
  • Send a test email if mail was migrated too.

If you are using a managed hosting platform, the control panel may also show the assigned domain status, document root, and certificate status. These checks are useful after any live cutover.

Rollback plan in case something goes wrong

Good migrations always include a rollback plan. Keep the old hosting active until you are sure the new setup is stable.

Keep these rollback options ready

  • old DNS records saved in a note or export;
  • old server access for quick verification;
  • database backup before the final sync;
  • working copy of the website files;
  • a plan for quickly restoring MX records if mail is affected.

If the new site has critical issues after propagation, you can temporarily point DNS back to the previous server. A lower TTL makes this much faster.

Best practice for European hosting migrations

For websites targeting the European market, it is worth planning the move with traffic patterns, local DNS caching, and service dependencies in mind. A well-prepared cutover usually includes:

  • testing the site on the new European hosting environment before the DNS change;
  • lowering TTL in advance;
  • keeping email records separate from web records where possible;
  • checking GDPR-relevant services such as forms, analytics, and consent scripts;
  • verifying redirects, canonical URLs, and HTTPS after the switch.

If the hosting platform offers Plesk, use the domain and DNS tools there to verify zone records, SSL, and web hosting settings in one place. If Apache is used under the hood, confirm that the virtual host settings match the new domain and document root.

FAQ

How long does it take for a domain to point to a new host?

DNS changes often start working within minutes, but full propagation can take up to 24–48 hours depending on TTL values and resolver caching.

Should I change nameservers or only the A record?

Change only the A or AAAA record if you want to keep existing DNS management and move just the website. Change nameservers if the new hosting provider should manage all DNS records.

Will my website go offline during the change?

Not necessarily. If the new hosting account is ready, TTL is lowered in advance, and DNS is updated carefully, downtime can be reduced to a very short window or avoided entirely.

Do I need to update SSL after pointing the domain?

Usually yes. The certificate must be valid on the new server for the domain and any aliases you use, such as www.

What if my email stops working after the DNS update?

Check MX records first, then SPF, DKIM, and DMARC. If email is hosted separately from the website, make sure those records were not changed by accident.

Can I keep the old host online during migration?

Yes, and it is recommended. Keeping the old host active during propagation gives you a safety net if you need to verify content or roll back quickly.

Conclusion

Pointing a domain to a new hosting provider in Europe is mostly a DNS task, but the safest results come from preparing the new hosting account first, planning the cutover, and protecting email and SSL settings during the switch. Whether you change nameservers or only update A and AAAA records, the key is to verify the site before going live and monitor the change until traffic has fully moved.

With the right setup in your hosting control panel, a clear DNS plan, and a short TTL, you can complete the migration with minimal disruption and a reliable result for visitors across Europe.

  • 0 Users Found This Useful
Was this answer helpful?