Situation:
- WinServer 2008 R2 with IIS 7.0
- Default Web Site with the following bindings: HTTP on port 80 for
www.<domain>.com
and HTTP on port for<domain>.com
, as well as HTTPS on port 443 - No redirects (only a wordpress URL rewirte to get rid of 'index.php')
- No sites require SSL as of yet (will later be changed for single pages / applications)
Problem: Every time I enter <domain>.com
as the URL in any browser, I get redirected to https://www.<domain>.com
[<-- note the 'S'] (bad). When I enter www.<domain>.com
, it stays as it is (good).
I double checked the settings a hundred times and cannot find any reason for that behavior. Any ideas?