5.0.10版本,安装后,直接访问localhost/index/index/index也运行不起来,自己写了一个admin/controller/Index.php也是运行不起来,请问怎么解决?报错如下: The requested URL /index/index/index/ was not found on this server.
1 回答
已采纳
西兰花伟大炮
TA贡献376条经验 获得超318个赞
你应该是看了老师的路径了,你得把框架public之前的路径都加上,因为老师根目录就定义到了public,所以他会那么写,比如我自己的路径就是
localhost:/thinkphp/public/index/index/index
一定要加上public,然后看看你是否隐藏了入口文件,如果没隐藏,要加上index.php
- 1 回答
- 0 关注
- 2485 浏览
添加回答
举报
0/150
提交
取消