问答详情
源自:2-5 WAMPServer自拟定端口号

test01和test02

只能访问test01不能访问test02是怎么回事


提问者:lzy瑜 2017-04-15 15:34

个回答

  • 笑阳不爱钱才
    2017-08-13 22:12:44

    在e:/demo 文件夹下创建test01 和 test02文件夹了么  ? 并且在文件夹里编辑了php文件?

  • lzy瑜
    2017-04-16 09:09:46

    错误提示是这个

    Not Found

    The requested URL /test02 was not found on this server.

    Apache/2.4.23 (Win64) PHP/5.6.25 Server at localhost Port 8080


    test01 和test02是这样配置的

    <VirtualHost *:8080>

    ServerName test01.com

    DocumentRoot E:/Demo/test01

    </VirtualHost>


    <VirtualHost *:8080>

    ServerName test02.com

    DocumentRoot E:/Demo/test02

    </VirtualHost>


  • Luciferrrr
    2017-04-16 01:06:38

    httpd-vhosts.conf 这个文件配置不正确,可能是ServerName不对或者DocumentRoot的路径不对