can not run gii

[size="2"]I uploaded my site on host in Internet and when I wanted run Gii module with link of http://computertrick…index.php?r=gii, [/size][size="2"]below error is showed to me:[/size]

Forbidden (#403)

[color="#A94442"]You are not allowed to access this page.[/color][color="#333333"]The above error occurred while the Web server was processing your request.[/color]

[color="#333333"]Please contact us if you think this is a server error. Thank you.[/color]

[color="#333333"]I add below lint to index.php,but top error is showed:[/color]

[color=#008080]defined[/color] ( ‘YII_DEBUG’ ) or [color=#008080]define[/color] ( ‘YII_DEBUG’, [color=#0000FF]false[/color] );[color=#008080]defined[/color] ( ‘YII_ENV’ ) or [color=#008080]define[/color] ( ‘YII_ENV’, ‘PRODUCTION’ );

hi,


    'gii' => [

        'class' => 'yii\gii\Module',

        'allowedIPs' => ['127.0.0.1', '::1', '192.168.1.*', 'XXX.XXX.XXX.XXX'] // adjust this to your needs

    ],



reg My link