Page 1 of 1

Unable to Create VirtualHosts

PostPosted: 31. March 2007 14:13
by alortiz
I'm currently running XAMPP for Windows on WinXP SP2. I have tried to create VHosts following the online instructions but nothing seems to work. Every time I try to access the second host it always default to the main site. Any help will be greatly appreciated. Following is a copy of the VirtualHost block that I'm using...
NameVirtualHost 192.168.1.73:8080


<VirtualHost *:8080>
ServerAdmin alortiz@ibhv.org
DocumentRoot "d:/ibhv"
ServerName www.ibhv.org
</VirtualHost>

<VirtualHost *:8080>
ServerAdmin alortiz@sbnai.com
DocumentRoot "d:/ibhv/sbnai"
ServerName www.sbnai.com
</VirtualHost>

Thanks,

Al Ortiz