Yiiboilerplate Frontend/www/ Urlmanager Help

Hi Everyone,

I just pulled YiiBoilerplate into our project today. I need some help with mapping the ‘frontend/www/’ to ‘/’. I’ve tried the following snippet in frontend/config/params.php:




'url.rules' => array(

    '/'=> 'frontend/www/',

    ...

),



Thanks for your help! Cheers,

Whit

The solution is described clearly enough here: http://www.yiiframework.com/wiki/155/the-directory-structure-of-the-yii-project-site/#c9444