I followed this tutorial to install https
on localhost.
But I would like to access my projects too, only over the network, just like I do with http
I tried to follow the same pattern I used in httpd.conf
, but it did not work.
The command I use in httpd.conf
is:
<Directory "D:\wamp\www\filelist">
AllowOverride all
Require all granted
</Directory>
But without success!