ThinkPhp3.2 无法加载模块:Index
http://localhost:444/admin/index.php/Index/index
出错:无法加载模块:Index
http://localhost:444/admin/index.php 可以正常显示,问题在哪?
我想应该是在admin下面新建的项目吧? 如果是那么
http://localhost:444/admin/index.php/Index/index
要改成
http://localhost:444/admin/index.php/Home/Index/index
ThinkPhp3.2 采用了模块化, 文档中说明了标准的URL模式 http://serverName/index.php/模块/控制器/操作 一样不能少 ; 你直接写Index 控制器, 没有写模块名称。