Answer the question
In order to leave comments, you need to log in
Why does chrome redirect to https on LAN?
I got into a crazy situation , I
made a new virtual host for Apache , I
launch the site - chrome redirects to https
and firefox works fine
, I can’t figure out how to disable
Debian 9
Apache2
<Directory "/home/alex/www/sweet.dev">
AllowOverride All
Require all granted
</Directory>
<VirtualHost *:80>
ServerName sweet.dev
ServerAlias www.sweet.dev
DocumentRoot /home/alex/www/sweet.dev
ServerAdmin [email protected]
ErrorLog /home/alex/www/log/error.log
CustomLog /home/alex/www/log/access.log combined
</VirtualHost>
Answer the question
In order to leave comments, you need to log in
Because gtld .dev hasn't been "nobody's fictional domain" for a few years now, and modern browsers know this.
https://icannwiki.org/.dev
Replace with .local
or .loc
, for example.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question