I'm trying to redirect several domain names to one, specific website, but I don't know the best way to do that.
I'm running Server 2008 and IIS 7.
The server has more than one website it serves. The "Default" web site is listening on Port 80. For my second website, I'm using the host header method within bindings to listen for that domain name. Now, I have a few more domain names that I want to also direct to the second website, but I don't know how to do this.
I suppose one way I could do this would be to assign additional IP addresses to the server and bind those IPs to the site?...and then create DNS "A" records to point to those IP addresses?
Does anyone have a suggestion on how to direct several different domain names to the same IIS website?
Thank you,
Ed