Your DNS cache stores locations (IP addresses) of web servers that contain pages which you have recently viewed. If the location of the web server changes before the entry in your DNS cache updates, you will be unable to access the site.
If you encounter a large number of HTML 404 error codes, you may need to clear your DNS cache. Once you clear your DNS cache, your computer will query nameservers for the new DNS information.
The following methods allow you to remove old and inaccurate DNS information that may result in 404 errors.
cmd
and press Enter.ipconfig /flushdns
ipconfig /flushdns
sudo killall -HUP mDNSResponder
Note: You will need to enter your Admin account password to run this command.
sudo killall -HUP mDNSResponder
Note: You will need to enter your Admin account password to run this command.
dscacheutil -flushcache
Most modern Linux distributions use systemd-resolved or other DNS resolvers. Use the following commands based on your distribution:
sudo systemctl restart systemd-resolved
sudo /etc/init.d/nscd restart
nscd
if it's not already installed.Copyright © 2004-2024 madRooster.com | Terms of Service | Privacy Policy