Is your set up like this?
httpd.conf:
===================
# Use name-based virtual hosting.
#
NameVirtualHost *
<VirtualHost *>
ServerName mysite1
DocumentRoot "D:\Web sites\MySite1"
</VirtualHost>
<VirtualHost *>
ServerName mysite2
DocumentRoot "D:\Web sites\MySite2"
</VirtualHost>
C:\WINDOWS\system32\drivers\etc\hosts
===================
# Lots of comments here
127.0.0.1 mysite1 mysite2
If so, open your browser and enter http://mysite1/ to view mysite1 and
http://mysite2/ to view mysite2.
--
Aidan Whitehall <mailto:[EMAIL PROTECTED]>
Macromedia ColdFusion Developer
Fairbanks Environmental Ltd +44 (0)1695 51775
Queen's Awards Winner 2003 <http://www.fairbanks.co.uk/go/awards>
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]