lzy瑜
2017-04-15 15:34
只能访问test01不能访问test02是怎么回事
在e:/demo 文件夹下创建test01 和 test02文件夹了么 ? 并且在文件夹里编辑了php文件?
错误提示是这个
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>
httpd-vhosts.conf 这个文件配置不正确,可能是ServerName不对或者DocumentRoot的路径不对
PHP入门篇
455956 学习 · 6306 问题
相似问题