标准的apache虚拟域名配置

<VirtualHost *:80>

DocumentRoot "C:\AppServ\www\sss\web\dev"

DirectoryIndex index.php

ServerName www.shadowsite.com

<Directory "C:\AppServ\www\sss\web\dev">

AllowOverride All

Allow from All

</Directory>

</VirtualHost>

posted @ 2013-02-19 13:59  创想中国(羲闻)  阅读(217)  评论(0编辑  收藏  举报