在apache的httpd.conf文件制定一个一级站点,和二级域名跳转,为什么所有的域名都指向一级站点去了?
pczxw 2011-04-17 05:39:37 这是为什么啊
<VirtualHost *:80>
ServerName www.meding.com.cn
DocumentRoot "D:/wamp/www/bj/"
</VirtualHost>
<VirtualHost *:80>
ServerName wenda.meding.com.cn
DocumentRoot "D:/wamp/www/wenda/ask/"
</VirtualHost>
我的根目录是d:\wamp\www