url manager help

saya coba membaca tutorial yii mengenai

yii-blog-1.1.5.pdf

kemudian mengenai url manager hal 49 dan 50 ke main.php saya

return array(

   ......


        'components'=>array(


   ......


      'urlManager'=>array(


              'urlFormat'=>'path',


                'rules'=>array(


                                'post/<id:nd+>/<title:.*?>'=>'post/view',


                                'posts/<tag:.*?>'=>'post/index',


                                '<controller:nw+>/<action:nw+>'=>'<controller>/<action>',


          ),


 ),

),

saat gua klik selalu keluar error

Error 404

The system is unable to find the requested action "7".

apa ada file selain main.php yang perlu dicode atau code saya yang kurang