Server: WS2003 with IIS + all updates
Ive configured DNS so that when a user types something.com it automatically forwards to our server.
The server it forwards to has IIS installed with two sites. One is the default and other is something.com using port 1234 (example).
What i would like to do is for the user to type something.com and it forwards to something.com:1234 and not the default 80 port (which current displays the default page for IIS (Under Construction)).
Ive read around and its suggested to setup host header and this should do the trick. So i opened up the default site > right click properties > Web Site > Advanced > Add entered:
IP Address: Unassigned
Port: 1234
Host Header Value: something.com
This still doesnt work. It still displays the default IIS Under Construction page. I even flushed DNS and registered it which does the same thing. I would like to have so it automatically forwards somthing.com port 1234 by IIS and not DNS.
How could this be done?
Thanks in advance.