This is a discussion on Host Header Question within the Windows Web Servers forums, part of the Web Server and Related Forums category; We have a site running on IIS, we'll call it www.xyz.com. I added a host header name, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
We have a site running on IIS, we'll call it www.xyz.com. I added a host
header name, called www.efg.com, so that browsing to either xyz.com or efg.com will provide the same content. However, if I browse to efg.com, the URL in the address bar will default back to xyz.com. I've never seen this before, and normally the URL will keep the server name that you type in. Thoughts? Thanks! |
|
|||
|
Doug wrote:
> We have a site running on IIS, we'll call it www.xyz.com. I added a host > header name, called www.efg.com, so that browsing to either xyz.com or > efg.com will provide the same content. > > However, if I browse to efg.com, the URL in the address bar will default > back to xyz.com. > > I've never seen this before, and normally the URL will keep the server name > that you type in. How many admins 'managing' this server? Sounds like domain #2 is configured to return http 301 to the UA. Could be 301 or maybe the redirect is managed by server side script. -- William Tasso |
|
|||
|
A few admins, and the thought of an ASP redirect did cross my mind.
I'll look further. Thanks! "William Tasso" <SpamBlocked@tbData.com> wrote in message news:38478gF5gces9U1@individual.net... > Doug wrote: >> We have a site running on IIS, we'll call it www.xyz.com. I added a host >> header name, called www.efg.com, so that browsing to either xyz.com or >> efg.com will provide the same content. >> >> However, if I browse to efg.com, the URL in the address bar will default >> back to xyz.com. >> >> I've never seen this before, and normally the URL will keep the server >> name that you type in. > > > How many admins 'managing' this server? Sounds like domain #2 is > configured to return http 301 to the UA. Could be 301 or maybe the > redirect is managed by server side script. > > -- > William Tasso |