Remote page access via https internal network

Asked

Viewed 74 times

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?

  • but with the https does not open the page

  • Which error appears? There is something in the apache log?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.