Tuesday, August 21, 2007

Virtual Host for Apache

file httpd.conf

NameVirtualHost 127.0.0.1

DocumentRoot C:/AppServ/www
ServerName test1.com

allow from all
Options +Indexes



site name is test1.com

edit file host in
C:\WINDOWS\system32\drivers\etc\
add your site name such as
127.0.0.1 test1.com

No comments: