IIS 7.5 Site being redirected from hostname to IP
Posted
by
TuxOtaku
on Server Fault
See other posts from Server Fault
or by TuxOtaku
Published on 2012-09-07T14:28:24Z
Indexed on
2012/09/07
15:40 UTC
Read the original article
Hit count: 149
So here's the problem.
I have a site in IIS that is being redirected from the site's hostname to its IP address. The problem is, I haven't even set up redirects at all for the site; and yet when I analyze the headers that come through as the page loads, I see clear as day, "302 Temporary Redirect".
What could be causing this? I thought perhaps it was something in my application's DB (it's a PHP/MySQL application), but I have ruled that out. I also thought that it might be a rewrite rule somewhere, so I deleted all my rewrite rules as well.
© Server Fault or respective owner