把yii框架和应用搭建好了,测试了一下gii页面,竟然出现了403错误
Error 403You are not allowed to access this page.
'modules'=>array( // uncomment the following to enable the Gii tool 'gii'=>array( 'class'=>'system.gii.GiiModule', 'password'=>'111', // If removed, Gii defaults to localhost only. Edit carefully to taste. 'ipFilters'=>array('127.0.0.1','::1'), ), ),
'ipFilters'=>array('127.0.0.1','192.168.23.1','::1'),