Remote page access via https on internal network

0

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!

    
asked by anonymous 16.03.2017 / 21:08

0 answers