Le Lundi 19 Décembre 2011 16:48:02 MEßNER Arthur, Ing.Mag. a écrit :
> Great it works,
>
> is misunderstood the documentation an thought
> it would also be redirected to location /
Or for the specific use case of apache internal redirects, you can also prefix
the ServerName with the scheme in the apache configuration. This is not
necessarly something heavily known.
Example :
ServerName https://someserver.somedomain
It will enforce such redirects to use an https url.
http://httpd.apache.org/docs/2.2/mod/core.html#servername
--
Cyril Bonté