I have 5 sites on one apache server. One of the sites is with SSL. So when the other sites are accessed with https then they are redirected to the SSL site which is incorrect.
E.g.
https://x.com (with SSL)
http://y.com (normal site no SSL)
If I access
https://y.com
then I get the content from x.com. How can I fix sohttps://y.com
just gets rewritten tohttp://y.com
?