[users@httpd] [SOLVED] Redirecting http to https add a /? after the domain name

2015-08-16 Thread mazert
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

[users@httpd] Redirecting http to https add a /? after the domain name

2015-08-16 Thread mazert
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