"Adam" <EMAIL REMOVED> wrote in message
news:EMAIL REMOVED ups.com...
> Hello,
>
> I'm using IIS 6.0 to manage multiple sites on the same server. I
> currently have some test sites set up using different ports
> (www.domain.com:88, www.domain.com:89, etc). I was wondering if there
> is a way to point a domain name directly to the port at which on of the
> sites is being served? My registrar provides web forwarding for a fee,
> but I was wondering if there is another way to handle this so that I'm
> not wasting money.
Is this something you are hosting yourself? Or do you have a web hosting
company?
If you are using a web hosting company they should be able to provide you
with instructions on how to set up multiple domain names if they allow that.
If you are doing this on your own (IE: on your own computer running IIS)
then you can easily set it up to run multiple sites with their own domain
name on the same IP address and using the same port (port 80).
I suspect that you are doing this on your own so I will include instructions
for this here:
To set up a website you would:
Open the IIS control panel
Right click your server/computer name
Select NEW >> WEBSITE
Go through the setup wizard:
It will first ask you for a description, this should be the domain name or
something that reminds you what this item is.
The next panel will ask you for an IP address, enter your IP address there
For the port, enter "80"
For the "host header" enter the domain name without the "www.", IE:
example.com
The next panel will ask you where the files are located... find the folder
on your computer with your files in it
Thats it. The website is setup and so long as your nameserver settings are
pointing the domain name to your IP address the site should be working now.
There are probably some cleanup items you need to do: you should right
click the new website and set it so that the "www.________" host header also
points to the same folder above. You should click on the documents tab and
if you are using "index.html" as your home page be sure to include that in
the list of default documents.
And thats pretty much it. You can set each of your sites up like this and
set them all to port 80.
For more information, a good site to check out is:
www.IISFAQ.com