0

I have a website with a domain such as www.example.com and also example.com on iis6. The problem is that example.com goes to the sbs 3003 server welcome screen. I want example.com to be the same as www.example.com but I'm not sure how I can configure this?

From other articles that I've read Ive done the following:

  1. In iis6 right click on website and click properties
  2. Click advanced and add host header value example.com
kurupt89
  • 117
  • 4

1 Answers1

2

You need to go into your bindings and make sure both domains added to the Site Bindings:

Here is an example:

http://www.bunkerhollow.com/blogs/matt/IIS6MultipleSites2.PNG

ErocM
  • 226
  • 7
  • 23