My apache server is currently setup so that it only listens to secure
connections on a .net domain (
https://www.mydomain.net ), I believe on
port 443.
I would like to configure it so that anyone trying to access it through
a non secure connection (
http://www.mydomain.net ) will be redirected
to another domain hosted on another server (
http://www.mydomain.com ).
Is this possible? Any would be appreciated, thank you.