public function actionIndex()
{
$this->redirect(array('/admin'));
}But it caused the yiic shell to break.
How can I acheive this without breaking the yiic shell? (basically I am trying to redirect users to index.php?r=admin when they access the site at the root).

Help














