I just following the yii-blog.pdf from the documentation, when I tried to login to gii, it keep showing me the login form all the time.
I create a virtual host for this like http://yii.blog
and then tried to access from http://yii.blog/index.php?r=gii
in the config/main.php
'modules'=>array(
// uncomment the following to enable the Gii tool
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'12345',
//'ipFilters'=>array('127.0.0.1','yii.blog')
),
),when I type the wrong password the form could say "Incorrect password."
but when I type the correct one, it didn't say any error and it keep showing me the login form.
btw I am using YII 1.1.5
any idea how to solve this ?
thank you

Help














