Every http
site in my newly installed WampServer 3.1.0 64-bit is automatically redirecting simple index.html
files with no .htaccess
to the https
version of the site.
I can see no .htaccess
file in C:\wamp64\www
or C:\wamp64\www\example
.
If I uninstall WampServer, and install XAMPPserver, the same thing occurs.
Help appreciated.
httpd-vhosts.conf:
<VirtualHost www.superiorit.dev:80>
ServerAdmin steve.doig@superiorit.com.au
DocumentRoot "C:/xampp/htdocs/superiorit"
ServerName www.superiorit.dev
ErrorLog "logs/dummy-host2.example.com-error.log"
CustomLog "logs/dummy-host2.example.com-access.log" common
</VirtualHost>
httpd-ssl.conf:
is the standard default file.
The only change I have made to httpd.conf
is:
Listen 172.18.1.106:80
I noticed the Chrome icon in the Windows task bar looks different to the normal Chrome icon:
If I load the site in Edge, the redirection does not occur.