BODY { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } P { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } DIV { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } TD { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } httpd-vhosts.conf文件
NameVirtualHost IP地址(不能用*)
<VirtualHost IP>
ServerName 域名
ServerAdmin 管理员邮箱
DocumentRoot 根目录路径
ServerAlias xx.com yy.com 其它域名转到此
<Directory 根目录路径>
Options FollowSymLinks
AllowOverride All
Order deny,allow
allow from all
</Directory>
</VirtualHost>