On 18/03/12 15:02, aparna Puram wrote:If you expect https to redirect then your condition:Hello Daniel/Mathijs,
There is only one virtual host.
server name is :selecvcp1.sw.ericsson.se
Dns name for that server is : select.ericsson.se
both will redirect to the same apache
when I use http:selectvcp1.sw.ericsson.se, I m being redirected to https://select.ericsson.se.
However, When i type https://selectvcp1.sw.ericsson.se, I m still being in https://selectvcp1.sw.ericsson.se
I m not sure y. Is there any other way around?
RewriteCond %{SERVER_PORT} !^443$
... is preventing that. What is the purpose of that condition if not to prevent https from redirecting?