How to clear your DNS resolver cache
If your IP has changed due to a domain transfer or if you have been moved to a new server, you may see content as it was on the previous server.
This type of caching is likely to be related to DNS caching on your PC and can be cleared by following the steps listed below:
Windows 2000/XP/Vista/7:
- Click on ‘Start’, ‘Run’ and type in ‘cmd’.
- In the command prompt type in:
ipconfig /flushdns
- Reboot your computer for the changes to take effect
On Mac OS X 10.1 – 10.4
- Open /Applications/Utilities/Terminal.app
- Run the following command:
sudo lookupd -flushcache
- Reboot your computer for the changes to take effect.
On Mac OS X “Leopard” 10.5+
- Open /Applications/Utilities/Terminal.app
- Run the following command:
sudo dscacheutil -flushcache
- Reboot your computer for the changes to take effect
Linux
- Restart the nscd daemon with the command:
/etc/init.d/nscd restart
- Reboot your computer for the changes to take effect
Further info: How to flush DNS cache in Linux