Disable HTTPS Redirect

Hello,

I’m wondering how to disable HTTPS redirect on my Apache Webserver.

I’m running Debian 8 Jessie

Thanks

There are several ways to “redirect”.
One of the most common can be found in the vhost config as:
[something like]

RewriteRule … https://…

1 Like

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