I'm a developer, and since I'm not that skilled with server stuff, I wanted to ask, is it possible to have multiple web sites on one IP?
Say:
foo.com -> 111.222.333.444
bar.com -> 111.222.333.444
The sites are different foo.com != bar.com
Platform is Windows server/IIS6
Answer
Yes it is. You need to configure host header names for each web site.
http://support.microsoft.com/kb/324287
No comments:
Post a Comment