Question

I recently moved hosts with my blog and I have waited 72 hours for it t propergate properly. I just checked the site there and it's showing it on the old host. When i use a proxy, I can see the site perfectly on the new host. The problem seems to becoming from my PC.

EDIT: Tried to flush the dns and it's the same story, it's quite weird.

Any idea?

Was it helpful?

Solution

Your old DNS records will live in various DNS caches until their TTL (time-to-live) timers expire. Best practice is to revise your DNS records well before the move, and pull the TTL (time-to-live) timeout values low, leaving enough time for the old records to timeout and get refreshed with the short-TTL records. Then after the move you put the TTL values up on the new records (for efficiency).

Now that you're in this situation, you'll have to put up with the inconsistency until all the cached records expire. If you have a way to put an HTTP redirect on the old web server, pointing to an IP URL, that could tide you over in the short run.

OTHER TIPS

Your ISP is the one the one caching the record. Uses a hosts file http://en.wikipedia.org/wiki/Hosts_file to temporarily force your computer to use the new ip address.

Sounds like you have the DNS cached on your box. This could be cached on your PC or at your DNS server. Short term options; can try to flush your DNS cache, you can edit your hosts file to temporarily point at the right location.

Open a command prompt and type:

ipconfig /flushdns

then try your site again.

I see this:

www.keithdonegan.com [81.17.254.87]

My DNS changes always propagate in minutes, a couple of hours at the most.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top