16
6
This is my first time trying Chrome and I can't access localhost, 127.0.0.1 or any other local domain I have setup from within Chrome 29.0.1547.66. They all work fine in Firefox and Internet Explorer, and have for years.
Nothing happens at all in Chrome when I try to load one of these pages. Loading icon just spins indefinitely.
What's up with Chrome?
System: Windows 8
Server: Softaculous AMPPS 2.0
Additional troubleshooting performed with @50-3 in comments; comments have since been removed to free up space
- Disabled same origin policy
--disable-web-security
- Tried accessing via
127.0.0.1:80
,http://localhost:80
- Server not yet configured to allow connection from network IP address
The answer on this SO Q&A https://stackoverflow.com/questions/30467573/chrome-localhost-does-not-work is what worked for me. You need to clear out Chrome's DNS cache through this internal Chrome URL - chrome://net-internals/#dns.
– slm – 2018-04-19T01:50:07.167None of the solutions mentioned on this page worked for me. – Crouching Kitten – 2019-06-16T00:12:36.077