Http one directory versus https

currently, websites on the distro are accessed via HTTPS. Is there a way to allow a single apache directory access via HTTP instead of HTTPS?

if I access via http I get this error:

Forbidden

You don’t have permission to access /cisco/directory.php on this server.

via HTTPS: works fine.
https://myserver.com/app/app.php

You didn’t access the same URL, so your test is flawed. Most of the time, when you see the Forbidden message, it’s a problem with directory permissions on the webserver.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.