Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Virtual host being redirected to https://adminboard.app in google chrome

Tags:

apache

I have made a virtual host adminboard.app. But the problem is when i browse this link from google chrome it redirects to https://adminboard.app which does not exist. It is working perfectly in firefox. What is the problem and how can i solve it in google chrome?

I Want the google chrome to redirect to my virtual host rather than https://adminboard.app which does not exist on the internet

like image 945
Ankush Sood Avatar asked Dec 02 '22 11:12

Ankush Sood


1 Answers

I have this trouble too after google chrome update on two PC :-(
Delete domain security policies in chrome://net-internals/#hsts did not help.
Clear all cache data did not help.
UPD: Nginx
UPD2: This error for domain *.dev. If you change *.dev to *.local then virtual host worked

like image 132
Alexander Lapenko Avatar answered Dec 06 '22 04:12

Alexander Lapenko