mapping url

hi all,

is there a mean to have the possibility to write in page an url with this syntax

mywebsite.com/smart/one-idea which may be great for SEO and mapping this url to the right controller, e.g. mywebsite.com/xxxcontroller/yyyaction

I come from codeIgniter and this remapping is easy with route[‘smart/one-idea’]=‘xxxcontroller/yyyaction’

I tried urlManager but it seems to provide a mean to write "beautiful" url in page but not creating this mapping with controller.

I mean I feel that I shall write a real named "smart" controller and a real named "one-idea" action (maybe oneIdea or one_idea) to have this mapping with yii

Don’t know if i’m clear enougt …

Thanks

I progress using urlManager.

I can route static pages but I’m always unable to achieve this:

mywebsite.com/index.php/blabla/usefullaction to mywebsite.com/index.php/bla/actionx/1

for instance

is there an example of this somewhere or have you some hints ?

Thanks