Note that there are some explanatory texts on larger screens.

plurals
  1. POIIS 7.0 Multiple Domain Site Bindings
    primarykey
    data
    text
    <p>I've got three web sites each with its own domain going to my one Windows Server 2008 IIS 7.0 web server.</p> <ul> <li><code>example1.com</code></li> <li><code>example2.com</code></li> <li><code>example3.com</code></li> </ul> <p>The site bindings for each:</p> <p><a href="http://img371.imageshack.us/img371/4215/example1pf4.gif">IIS 7.0 Site Bindings example1.com http://img371.imageshack.us/img371/4215/example1pf4.gif</a></p> <p><a href="http://img371.imageshack.us/img371/2567/example2xx0.gif">IIS 7.0 Site Bindings example2.com http://img371.imageshack.us/img371/2567/example2xx0.gif</a></p> <p><a href="http://img266.imageshack.us/img266/8186/example3rh9.gif">IIS 7.0 Site Bindings example3.com http://img266.imageshack.us/img266/8186/example3rh9.gif</a></p> <p>When I navigate to <code>example1.com</code>, then I see my <em>example1</em> web site.</p> <p>When I navigate to <code>example2.com</code>, then I see my <em>example2</em> web site.</p> <p>But, when I navigate to <code>example3.com</code>, I see my <em>example1</em> web site--not the <em>example3</em> web site I expect.</p> <p>What's going on? Why might <code>example2.com</code> work, but <code>example3.com</code> fail?</p> <hr> <p><del>Issue resolved!</p> <p>I removed and then recreated the <em>example3.com</em> web site within IIS and it's now working.</p> <p>I didn't change anything. It either originally had a simple typo or the act of recreating it just happened to fix a hiccup within IIS.</del></p> <hr> <p><del>It's stopped working again after I setup additional redirects within IIS forcing web sites to use sub domains:</p> <p><code>http://example1.com/</code> redirects to <code>http://www.example1.com/</code></p> <p>I've again removed and then recreated the <em>example3.com</em> web sites; I've reset IIS; I've rebooted the server. It's still not working correctly.</del></p> <hr> <p>I've figured it out. It's not an IIS issue. It's a DNS issue.</p> <p>The <code>example3.com</code> traffic is for some reason directed to a web server at a different company. THEY serve up a page with only an HTML frame on it. That frame loads a page with the address <code>http://example3.example1.com</code>. That's what I need to handle on MY web server.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload