Hi,
If someone can point me in the right direction, I can research and investigate more into my question. I have 2 domains, mydomain1.com and mydomain2.com. Currently, my dedicated server is hosting mydomain2.com. I'd like mydomain1.com to be hosted on the same server (VirtualHost?), with one caveat.
I want all traffic going to mydomain1.com, to be redirected to mydomain2.com (with SSL). If the end user types in
http://mydomain1.com/subdir2, it should go to
https://mydomain2.com/subdir2Make sense? I'm guessing I need to use VirtualHosts within Apache, as well as a redirect command. Any help would be greatly appreciated.
Thanks,
Gary