Le 16/08/2015 20:57, mazert a écrit :
Hello,
I have two virtualhost, one for http and the other the https, both use
the same domain. My goal is to redirect all http request to https.
As said in the doc https://wiki.apache.org/httpd/RedirectSSL, i use the
Redirect function like this :
Redirect
Hello,
I have two virtualhost, one for http and the other the https, both use
the same domain. My goal is to redirect all http request to https.
As said in the doc https://wiki.apache.org/httpd/RedirectSSL, i use the
Redirect function like this :
Redirect permanent / https://mywebsite.tld
B