Testdrive Gii 404 Unable To Resolve The Request "user".

Hi…

I’m new on yii…

I read this guide www.yiiframework.com/doc/guide/1.1/it/quickstart.first-app and is all ok untill Generating CRUD Code.

Accessing CRUD Pages no work: hostname/testdrive/index.php?r=user

I have this message: Unable to resolve the request "user".

In main.php:


// uncomment the following to enable the Gii tool

        'gii'=>array(

            'class'=>'system.gii.GiiModule',

            'password'=>'root',

            // If removed, Gii defaults to localhost only. Edit carefully to taste.

//            'ipFilters'=>array('127.0.0.1', '::1'),

        ),

I searched the forum but have not found anything to help me…

Which is the problem?

Thank you so much!