DNS Changed But Site Not Showing

DNS | Updated March 2026

You changed your nameservers or DNS records to point to Ultra Web Hosting, but when you visit your domain you still see the old site, a "coming soon" page, or the Ultra Web Hosting default page. This is almost always DNS propagation. DNS changes take time to spread across the internet, and until they do, different visitors may see different versions of your site depending on which DNS server they're using.

01. What Is DNS Propagation

When you change nameservers or DNS records, the change starts at your domain registrar. But there are thousands of DNS servers around the world that cache your old records. Each one has a different expiry time (TTL - Time to Live) for its cache. Until a DNS server's cache expires and it fetches the new records, it keeps serving the old ones.

This is why some people see your new site while others still see the old one. It's not broken. It's just slow by design - DNS was built for reliability, not speed.

Typical propagation times:

  • A record changes - usually 1-4 hours if the old TTL was low (300-3600 seconds)
  • Nameserver changes - typically 12-24 hours, can take up to 48 hours
  • Your ISP - some ISPs cache aggressively and take the full 48 hours

02. Check Your Propagation Status

Use whatsmydns.net to check DNS propagation worldwide. Enter your domain and select the record type (A for website, MX for email). Green checkmarks show servers that have the new records. Red X marks show servers still serving old records.

You can also check from your own computer:

# Windows (Command Prompt)
nslookup yourdomain.com

# Mac/Linux (Terminal)
dig yourdomain.com +short

Compare the IP address returned with your Ultra server's IP (found in your client area under service details). If they match, propagation has completed for your network.

03. Why You See the Ultra Web Hosting Homepage

If your domain resolves to the correct Ultra server IP but shows a default "Ultra Web Hosting" page instead of your website, DNS has propagated but your site files aren't in the right place. Check these:

  • Files not uploaded yet - log into cPanel > File Manager and check that your website files are in public_html. If it's empty or only has a default index.html, upload your site files
  • Default index.html exists - cPanel creates a default index.html when your account is provisioned. If your site uses index.php (WordPress, etc.), the default index.html takes priority. Delete or rename it
  • Addon domain files in wrong directory - if this is an addon domain, files go in the addon domain's directory (e.g., public_html/yourdomain.com), not in the primary public_html. Check cPanel > Domains to see the document root for your domain
  • Migration not complete - if you requested a free migration, it may still be in progress. Check your support ticket for status
Tip

If you're migrating from another host, you can verify the site works on Ultra before DNS propagates by editing your local hosts file. See Section 4 below.

04. How to Speed Up Propagation

You can't speed up global propagation, but you can make it faster for yourself and test your site before everyone else sees it:

Flush Your Local DNS Cache

# Windows
ipconfig /flushdns

# Mac
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

# Linux
sudo systemd-resolve --flush-caches

Test via Hosts File (See Your Site Immediately)

Edit your local hosts file to point your domain directly to your Ultra server IP, bypassing DNS entirely:

# Add this line (replace with your actual server IP and domain):
123.45.67.89  yourdomain.com  www.yourdomain.com

File locations:

  • Windows - C:\Windows\System32\drivers\etc\hosts (edit as Administrator)
  • Mac/Linux - /etc/hosts (edit with sudo)

After adding this, your browser will go directly to the Ultra server regardless of DNS. Remove the line once propagation is complete.

Warning

Remember to remove the hosts file entry after DNS propagates. If you leave it and the server IP ever changes, your domain will stop loading on your computer while working fine for everyone else.

Use Google DNS

Google's public DNS (8.8.8.8 and 8.8.4.4) typically picks up changes faster than most ISP DNS servers. Switching to Google DNS can help you see changes sooner.

05. It's Been 48+ Hours and Still Not Working

If it's been more than 48 hours and your domain still doesn't point to Ultra, something is misconfigured. Check these in order:

  1. Verify nameservers at your registrar - log into wherever you registered the domain and confirm the nameservers are set to ns1.ultranameservers.com, ns2.ultranameservers.com, and ns3.ultranameservers.com. Typos here are the most common cause
  2. Domain not expired - check that your domain registration hasn't expired. An expired domain stops resolving entirely
  3. Domain lock - some registrars require you to unlock the domain before nameserver changes take effect. Check for a "Domain Lock" or "Transfer Lock" setting
  4. A record override - if you're using a third-party DNS provider (like Cloudflare) and changed nameservers, the A record at the old DNS provider may still be active. Update the A record there, or ensure nameservers were actually changed (not just A records at the old provider)
  5. Contact support - open a ticket with your domain name and what you see when you visit it. We can check the server-side DNS configuration and verify your account is set up correctly

Domain Still Not Resolving?

If DNS has propagated but your site still isn't showing correctly, open a ticket with your domain name and what you're seeing.

Open a Support Ticket

Quick Recap

If you only do 5 things from this guide, do these:

  1. Wait 24-48 hours - DNS propagation is normal and cannot be forced
  2. Check propagation at whatsmydns.net - see which DNS servers have updated
  3. Flush your local DNS cache - ipconfig /flushdns on Windows
  4. Test with hosts file - bypass DNS to verify your site works on Ultra before propagation completes
  5. 48+ hours? Check nameservers - typos in nameserver names are the #1 cause of stalled propagation

Last updated March 2026 · Browse all DNS articles

  • 787 Users Found This Useful

Was this answer helpful?

Related Articles

Clearing DNS Cache

When changing hosting providers or making DNS changes you may want to speed up the process of...

What is domain propagation?

Article Updated This article has been consolidated Domain propagation is explained in our...

What is a Domain Name Pointer or Parked Domain?

DNS | Updated March 2026 A domain pointer (also called a parked domain or domain alias) makes...

I am having problems with my current registrar transferring the domain to you

Problems Transferring Your Domain From Another Registrar   If your domain transfer is stuck...

DNS Report Tools

To track down DNS related issues there are many websites available to assist you in isolated...



Save 30% on web hosting - Use coupon code Hosting30