setup apache virtualhost (windows)
Posted
by nightingale2k1
on Stack Overflow
See other posts from Stack Overflow
or by nightingale2k1
Published on 2010-04-17T11:24:16Z
Indexed on
2010/04/17
11:33 UTC
Read the original article
Hit count: 238
Hi,
How to setup virtualhost for multiple domain name on windows ? I will use it for my own test projects. I have 3 projects that I need to setup and at the moment I'm using xampplite for the portable apache.
- www.foo-bar.com --> direct to c:\xampplite\htdocs\foo-bar\
- www.abcdef.com --> directo to c:\xampplite\htdocs\abcdef\
- www.qwerty.com --> direct to c:\xampplite\htdocs\qwerty\web\
I also need to access on another project but it just like typing http://localhost/my-project/
how to write the vhost configuration for that ?
© Stack Overflow or respective owner