IIS5 & multiple websites

This is a discussion about IIS5 & multiple websites in the Windows Software category; Hi, if there are any IIS gurus in da house: I am using Windows XP Pro, and am trying to run multiple websites. ie. let's say I have a main site, now, if I created a totally irrelevant site and wanted to run it of But I want the :81 site to have a different root directory and the original site.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar24.webp

26 Posts
Location -
Joined 2000-11-11
Hi,
if there are any IIS gurus in da house:
 
I am using Windows XP Pro, and am trying to run multiple websites.
 
ie. let's say I have a main site, http://blahblah.com
 
now, if I created a totally irrelevant site and wanted to run it of
http://blahblah.com:81
 
But I want the :81 site to have a different root directory and the original site. Is it possible to do this with XP Pro? Or do I need NT/2000 Server? Thanks in advance,
 
--
Mike.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

Responses to this topic


data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
IIS (Personal Web Server) in any workstation will only host one WWW and one FTP site at a time. What you are talking about though is perfectly capable in Windows NT4 and Windows 2000 server. I regularly host at least 4 and sometimes 8 WWW sites on a server with some of them even overlapping directories. They can each be setup with at least one of the following being different:
 
1. Hosted IP address
2. Port Number
3. Host Header Name
 
Host headers work great and allow the same IP and port to host many sites at once, even if they are on different directories on the server and can comprise of virtual directories from many other servers. I have used all 3, and they all work fine.