Hey guyz i am a newbie in Yii framework. I want to remove the index.php from my urls. F
If you also want to remove /index from the main page URL, add ''=>'site/index' to the top of your urlManager rules, like so:
/index
''=>'site/index'
'urlManager'=>array( 'urlFormat'=>'path', 'showScriptName' => false, 'rules'=>array( ''=>'site/index', ''=>'site/',