i get this error:
ERR_ICANN_NAME_COLLISION
This site is using a new generic top-level domain (gTLD).
Im running laragon on windows 10
I tried to use .local and .localhost by changing them in my virtualhost in http-vhosts.conf
but when i run mywebiste.local it just runs a google search.
The server at mywebsite.local can't be found, because the DNS lookup failed. DNS is the network service that translates a website's name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing Google Chrome from accessing the network.
I changed all my virtualhosts from .dev to .local in my http-vhost.conf
Do in need to change something apache httpd.conf ?
or in my hosts file
I had this problem on my laptop, after a restart. My wireless has switched on, and so it was using this to access the internet, instead of the ethernet connection. When I switched off the wireless, all started working again.