问答详情
源自:2-4 WAMPServer多站点配置

test01。com正常,但是test02。com会跳到日本网站。而且localhost的内容变了

本来输入localhost是会变成403的,加了

<VirtualHost *:80>
  
    DocumentRoot "d:/Demo"
    ServerName localhost
</VirtualHost>

之后就变成下面这样了

http://img.mukewang.com/573d40930001557005120259.jpg

提问者:East丶 2016-05-19 12:33

个回答

  • 春暖不开花
    2016-06-06 21:48:16

    我也是这样求指教。

  • 慕雪6768997
    2016-05-20 08:31:37

    我现在也是这样