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

Filed under:
|
|
|

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.

  1. www.foo-bar.com --> direct to c:\xampplite\htdocs\foo-bar\
  2. www.abcdef.com --> directo to c:\xampplite\htdocs\abcdef\
  3. 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

Related posts about apache

Related posts about virtualhost