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 permanent / https://mywebsite.tld

But if I try it into a web browser, it adds a /? at the end. Here are
some examples :

http://toto.fr/skel/head.php -> https://toto.fr/?skel/head.php
http://toto.fr/ -> http://toto.fr/?

I don't understand why this /? appears, I tried with RewriteUrl and
disabling a lot of options it didn't works.

Thanks in advance.

Finally, Firefox was gulty cause we need to flush each times the temporary files to prevent this kind of errors when confuguring apache.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to