Hello Everyone,
I am having a fairly weird problem. I moved over a significant amount of my websites (Coded in PHP) from an Apache server over to IIS, and they are all working normally. However, some of the sites that were created with PHP that have a membership/sign-in system are being forced to use HTTPS.
So basically, when I sign in with my site username and password I get redirected to HTTPS instead of HTTP, but since I do not have a security certificate installed that is not self-signed, all of the users who sign-in are getting a scary 'Not Trusted!' error message. I was able to do somewhat of a hack for the time being (Doing a URL Rewirte thats redirects to an HTTP address when {HTTPS} is on), but I would rather fix the cause and not the symptom. I also checked all of the SSL Settings in IIS Manager, and I do not see anything that would do this behaviour.
Does anyone have any ideas?