All of a sudden I seem to have an issue with Google Chrome using localhost.
I\'m trying to access any of my development sites (using Ampps) and I get the following e
Best solution is to not use .dev because it owned by Google.
Here you can find an updated list of all claimed TLDs : https://tools.ietf.org/html/rfc6761
To be safe, choose an unclaimed TLD like .test or .localhost. You can read a useful blog post here : https://iyware.com/dont-use-dev-for-development/