为了账号安全,请及时绑定邮箱和手机立即绑定

thinkphp5运行不起来

thinkphp5运行不起来

PHP
yucheng0377 2017-07-14 20:42:54
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

查看完整回答
3 反对 回复 2017-07-14
  • 夜筱孜
    夜筱孜
    <?php namespace app\admin\controller; class Admin { public function index() { echo "djoiasdjfs"; } } admin里面的index方法, // 定义应用目录为application define('APP_PATH', __DIR__ . '/application/'); // 加载框架引导文件 require __DIR__ . '/thinkphp/start.php'; 我把index.php移动到了application同级目录, http://localhost/tp5/index/index/index 错误 The requested URL /tp5/index/index/index was not found on this server.
  • 1 回答
  • 0 关注
  • 2485 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信