Problem with static routing with params ?

Is it possible to set URL manager rules, so when I call createUrl of this

"http://www.site.com/site/action/list/category/1" to become "http://www.site.com/something" (no params, just static routing)

Other examples:

"http://www.site.com/site/action/list/category/2" to become "http://www.site.com/else" (no params, just static routing)

"http://www.site.com/site/action/list/category/3" to become "http://www.site.com/other" (no params, just static routing)

Of course without creating unnecessary actions just for that.

up

Not possible yet. See here for updates.

10x for the reply. We’ll be waiting :)

I’ll just stick with actions for now.