• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IIS 5.0 Problem...

Moonark

Senior member
I am trying to host some web sites for friends. I am currently running Windows 2000 Adv. Server with IIS 5. I have my own domain on this server and dns for it. Is there any way that I can set up their web sites so that IIS will run them as well? For example.... www.mysite.com is my site, can I get it so that www.myfriendsdite.com will point to his own html files and directory but still run off the same server as my site? ir do I need another server?
 
u can do it on the same server, just create a new site and specify the host headers on IIS.

If you need step by step instructions search for a recent post about it on this forum.. if u can't find it PM me or post ur question here 🙂
 
yup, I work at an ISP, and our one web server hosts ~ 160 www.whatever.com sites; they are broken up into /sites/www.whatever.com/ directories; IIS 5 has that built in. Just right click, hit add new -> web site ... right click that website, and change where it looks at for it's information.

not too tough
randal
 
Eventhough I am running a DNS....would I really need one for multiple websites or does IIS take care of it
 
To host multiple sites, you need to use the host headers options in the IIS 5.0. Also, you need to create a new dns entry for each site you have.

I have a step by step guide of how to add a new website with host headers at my website DSL/Cable Webserver.

blstriker
 
i really don't suggest using IIS though because i have a little perl script that will replace the index.html file on an IIS server w/ whatever i want.

just thought i'd warn you before someone mean actually does that

later
david
 
speaking of which, if u want it simple... get Apache for Win32, tho not as good as the one for *Nix systems IMHO it's easier to configure than IIS without all the silly window switching and clicking. (config is via good old text file)
 
Like everyone said host header should do the trick. If you don;t know where it is,

right click on your website, choose properties

Click on advanced next to the IP address drop down list.

Click edit and enter your own host header. You can host hundreds or even thousands of website with just one IP address.

For instance do a ping to:

errsolutions.com
cyberzinx.com
housingsupplys.com

which are hosted in my homebox using one single IP address

eRr
 
Back
Top