Table of Contents
Problem
“The webpage is not available” “ERR_NAME_NOT_RESOLVED” error show when accessing the website using Google Chrome browser.
Solution 1: Clear Cookies
- Type
chrome://settings/clearBrowserData
in the address bar then Enter. - Click on Advanced tab.
- Check only Cookies and other site data.
- Click on Clear data button.
- Restart Google Chrome browser.
Solution 2: Flush and Renew DNS
- Open CMD (command prompt) with Run As Administrator option.
- Type following command:
ipconfig /flushdns
, then enter. - Type following command:
ipconfig /renew
, then enter. - Type following command:
ipconfig /registerdns
, then enter. - Close command prompt and restart computer.
Solution 3: Change DNS Address to Google Public DNS
- Open CMD (command prompt) with Run As Administrator option.
- Type following command:
Ncpa.cpl
, then Enter. - On the connection that you use to connect computer to the internet, right click and then select the Properties option.
- Select Internet Protocol Version 4 (TCP/IPv4) option and click Properties.
- Select Use the following DNS server address option. Enter 8.8.8.8 for Preferred DNS Server; 8.8.4.4 for Alternate DNS Server, click on OK button to save the change.