配置虚拟域名显示no found
来源:3-2 配置虚拟域名简化URL路径
roigd
2017-10-30
http://z.cn:8080/sample/test/hello用这个打开显示no found The requested URL /sample/test/hello was not found on this server.
但用http://z.cn:8080/zerg/public/sample/test/hello这个可以正常显示,请问是什么原因
写回答
2回答
-
柠檬味可乐型汽水
2018-05-17
打开wamp文件夹下面的bin文件夹找到Apache打开下面的conf文件夹。找到httpd.conf文件打开,然后将里面的Include conf/extra/httpd-vhosts.conf 前面的#去掉,就可以z.cn:8080访问了,不过反问sample/test/hello需要加上index.php
10 -
roigd
提问者
2017-10-30
我是用的是wampserver配置的
012018-05-17
相似问题