I´me trying access gii frome my site and I get a Error 403 you are not allowed to access this page.
10.3.0.12:10080/testdrive/index.php?r=gii
I have changed main.php to this:
'modules'=>array(
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'1234',
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('10.3.0.12'),
'newFileMode'=>0666,
'newDirMode'=>0777,
),
),
What am I doing wrong???
Thanks