I have multiple vhosts (apache) and these are all just http. Recently I added an https vhost and found that using https on any of these domains would redirect to the ssl site.
For example, there's: http://example1.com
and the ssl site:
So the issue is that if someone would go to https//example.com it would redirect to https//example4.com
I tried some redirects in the vhosts but that didn't appear to work. Any help would be greatly appreciated. Thanks.