setup apache virtualhost (windows)
- by nightingale2k1
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 ?