We have two web sites on the same IIS 7.5. They are www.mydomain.com (unsecure) and my.mydomain.com (secured by SSL). They work fine but the rare issue is that whenever someone intentionally or unintentionally goes tohttps://www.mydomain.com, the secure website answers that request.
How can we make the unsecure website answer these type of requests instead, hopefully/simply by redirecting them back to http://www.mydomain.com?