Why can't Chrome load a web page? ERR_NAME_NOT_RESOLVED
Solution 1:
You can try to disable Google Chrome's DNS Prefetching: Settings > Show Advanced Settings > Privacy and disable the option Predict network actions to improve page load performance.
Alternatively, flush Chrome's DNS cache.
More details here.
Solution 2:
I had the same issue. I'm working on a windows system (8.1) and had the problem with almost every page in google chrome, IE 11 and Firefox.
this is what worked for me
Win + R, type in "cmd", right click and select "run as administrator"
Then type the following commands (enter in this order):
ipconfig /flushdns
ipconfig /renew
ipconfig /registerdns
I did not have to restart my pc, but everything worked again all pages in the internet were available again.