0
Follow that tutorial to install the https
on localhost.
But I would like to access my projects as well, only over the network, just as I do using the http
I tried to follow the same pattern I use on httpd.conf
, but it didn’t work out.
The command I use on httpd.conf
is:
<Directory "D:\wamp\www\filelist">
AllowOverride all
Require all granted
</Directory>
But to no avail!
Have you tried redirecting to https using htaccess?
– Leo Letto
but with the
https
does not open the page– adventistaam
Which error appears? There is something in the apache log?
– Leo Letto