添加站点后localhost无法访问,站点可以访问

来源:2-4 WAMPServer多站点配置

CTSB

2015-07-03 17:03

如题。。求大神帮忙。

写回答 关注

2回答

  • qq_小k_0
    2015-07-22 13:18:09

    将localhost也添加到站点配置文件里面即可

    <VirtualHost *:80>
        DocumentRoot "D:/wamp/www"
        ServerName localhost
    </VirtualHost>

    我打点酱油

    这样算是原来的那个么····

    2015-08-11 20:20:27

    共 1 条回复 >

  • CTSB
    2015-07-03 17:09:54

    The requested URL / was not found on this server.

PHP入门篇

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

455956 学习 · 6306 问题

查看课程

相似问题