Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We recently pointed our DNS for our site to a new server. That was about a week ago. It normally works just fine but occasionally when you go to the page it shows the old site on the old server.

I may only happen for one person while the other can see the site on the new server. IE I am currently seeing the site just fine right now but another person is telling me they are seeing the temporarily unavailable message which I put on the old server just in case this happened.

I can't seem to figure out why this is happening. Any ideas?

share|improve this question
webmasters.stackexchange.com? (not programming related) – KevinDTimm Jan 4 at 20:08
You should ask this on server fault - it is off-topic here. – Oded Jan 4 at 20:09
Cache. Either DNS, or Browser. – KingCrunch Jan 4 at 20:10

closed as off topic by KevinDTimm, Oded, KingCrunch, Stony, fthiella Jan 4 at 20:12

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Most users use the DNS server(s) offered by their ISP. Almost all DNS servers use caching. It will take a while until every single DNS server on the internet has noticed that the entry on the authoritative DNS server (yours) has changed.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.