multisites with one ip address??

  • Thread starter Thread starter sue kim
  • Start date Start date
S

sue kim

Is it possible to make 2 different web server on one server with one static
ip? How?? I labelded host header for each site but only one site is working.

Do I need to configure DNS on this server?
Please help me..
 
Host Headers depend on the Public DNS Registration of the site(s) which is
typically done on your ISP's DNS, not your own DNS.

A second way to do it is to use different port numbers for each site, but
that requires the user to know the port number and include it in the URL.
If you put a site on port 85, the URL would look like www.mysite.com:85
 
Is it possible to make 2 different web server on one server with one static
ip? How?? I labelded host header for each site but only one site is working.

Do I need to configure DNS on this server?

You should follow up in the IIS groups since this is an IIS question,
but what you want is:

How to Create Multiple Websites with one IP address:
http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm
DNS Basics for IIS Administrators:
http://www.iisanswers.com/articles/dns_for_iis.htm

Jeff
 
Back
Top