CUrlManager with pages in subfolders

hey,

i guess i’m missing something in the url rules.

i set a rule ‘prefix/<view:\w+>’=>‘site/page’,

this way /index.php/prefix/page point to the right template using the default page action

however if i place the template in a subfolder (normally accessing the page via subfolder.page) /index.php/prefix/subfolder.page won’t work

any hints ?

solved it with http://www.yiiframework.com/doc/guide/1.1/en/topics.url#parameterizing-routes they are a lot more flexible