问答详情
源自:2-4 模块设计

访问localhost/admin/index/index提示控制器不存在,求指教?

 访问localhost/admin/index/index提示控制器不存在,求指教?

提问者:钟广文 2018-08-03 18:21

个回答

  • Plus15
    2018-08-04 22:44:16
    已采纳

    嗯。。如果你开启了debug模式的话,那么你的

    localhost/admin/index/index

    应该改为

    localhost/admin/Index/index

    因为好像打开debug模式之后,好像会严格区分大小写

  • php_web
    2018-08-06 20:08:33

    你的项目目录如果没有设置相关URL优化规则的话,是需要带index.php/admin/index/index的 还有部署的目录是应该是在public下

  • 時間魔術師
    2018-08-04 11:36:51

    默认是localhost/public/admin/index/index