Page 1 of 1

Mulitple URLs to 1 IP

PostPosted: 01. August 2005 20:19
by daishus
Got a question before I decide to use XAMPP. I am currently running Windows 2003 server and IIS 6 and have 3 registered domains going to one IP address. I just have them seperated by name in the directory structure and a incoming visitor gets routed to the correct webpage depending on the URL they typed in.

Is it possible to do something like this in Apache? From the start I have had nothing but troubles with IIS and now I am going to be rebuilding the server on a new machine so I figured now would be the time to change server software if thats what I decide to do.

Is this possible?

Thanks

PostPosted: 01. August 2005 21:03
by Wiedmann
I just have them seperated by name in the directory structure and a incoming visitor gets routed to the correct webpage depending on the URL they typed in.

VirtualHosts

PostPosted: 01. August 2005 21:14
by daishus
Thank you, I am downloading XAMPP now and will give it a shot then on the new server.