关于分组后的访问问题

浏览:1368 发布日期:2013/07/28 分类:求助交流
版本 3.1.3
PATHINFO模式可用

2个分组<?php
return array(
    'APP_GROUP_LIST' => 'Index, Admin',
    'DEFAULT_GROUP' => 'Index',
);
?>
可以通过
http://localhost/apps/index.php/Index/Index/show
访问index应用下index控制器show方法
无法通过
http://localhost/apps/index.php/Admin
http://localhost/apps/index.php/Admin/Index/index
访问Admin应用

提示
无法加载模块:Admin
错误位置
FILE: E:\www\FW\ThinkPHP\Common\functions.php  LINE: 112
Action下有Admin, Admin下有 IndexAction.class.php
最佳答案
评论( 相关
后面还有条评论,点击查看>>