我在我的配置文件中集成了 gii 模块
'modules' => array(
'gii' => array(
'class'=>'system.gii.GiiModule',
'password'=>'pick up a password here',
'generatorPaths' => array(
'vendor.cornernote.gii-prefixmodel-generator',
),
),
),
'urlManager'=>array(
'urlFormat'=>'path',
'rules'=>array(
'gii'=>'gii',
'gii/<controller:\w+>'=>'gii/<controller>',
'gii/<controller:\w+>/<action:\w+>'=>'gii/<controller>/<action>',
),
),
我使用以下 URl 访问了 gii。
http://local_host/_demo/index.php/gii/
我有一个输出
You are not allowed to access this page.
请帮我