How do I flush my DNS cache?

Windows

Go to Start > Run

Type "cmd" and hit enter

Type "ipconfig /flushdns" and hit enter


Mac

Open the Terminal application. This is normally at Mac HD > Applications > Utilities

For Lion and newer:

Type "sudo killall -HUP mDNSResponder" and hit enter. It will ask for your password.

For Leopard or Snow Leopard:

Type "dscacheutil -flushdns" and hit enter

Before Leopard:

Type "lookupd -flushcache" and hit enter


Linux

Restart the nscd daemon by typing "/etc/init.d/nscd restart" and hitting enter

  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

What is Cron?

Cron jobs are a scheduled shell commands

How do I check my IP address?

When submitting a support ticket about having troubles connecting to your website or email,...

PHP Limits for Shared Hosting & Resellers

PHP has been configured to use the following settings on our shared and reseller servers: safe...

Can I change my domain name?

Yes you can, if you like to change your domain name from domain1.com to domain2.com please open...

SMTP is not working in my script

You will need to change the SMTP server setting from "mail.yourdomain.com" to "localhost".