16

以下代码可以实现在一台电脑、一个ip下多个网站并存:

NameVirtualHost *:80

ServerName www.site1.cn
ServerAlias domain.tld *.domain.tld
DocumentRoot D:/www/site1


ServerName www.site2.cn
DocumentRoot D:/www/site2

注意第一行别落下!

Tags:

1 Response

Leave a Response

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">