我试图在YII中使用GII功能,但是当我打开gii页面时它给了我错误

时间:2013-06-05 14:35:54

标签: php yii

它给了我错误。

错误403 您无权访问此页面。

我在受保护目录内的main.php文件中取消注释了这段代码。

'gii'=>array(
        'class'=>'system.gii.GiiModule',
        'password'=>'admin',
        // If removed, Gii defaults to localhost only. Edit carefully to taste.
        'ipFilters'=>array('127.0.0.1','::1'),
    ),

请帮忙。

3 个答案:

答案 0 :(得分:3)

以下是您问题的解决方案:

http://www.yiiframework.com/wiki/115/why-do-i-get-a-403-error-when-trying-to-use-gii/

您需要将您的IP地址添加到'ipFilters'数组

'ipFilters' => array('127.0.0.1', 'your_ip_address')

答案 1 :(得分:1)

您是否使用localhost访问gii?您是否可以使用localhost访问本地网络服务器?如果您没有将localhost映射到127.0.0.1,则大多数情况下默认为您完成,根据您的系统和安装方式localhost,您无法使用php / apache访问您的网络服务器{ {1}}

答案 2 :(得分:0)

'ipFilters'=>array('127.0.0.1','*.*.*.*')

然后将其关闭或稍后再更改......

,因为 如果你不... 小子会把你带走