Custom Urls - Can They Be Done Without Using The Action Name?

Hi folks,

I consider myself to be pretty good with Yii framework but there is one question I can’t seem to answer.

Basically, I am looking to produce Google friendly URLs such as this…

www.mysite.com/services/this-url-is-a-description-of-the-specific-service.php

www.mysite.com/services/this-url-is-a-description-of-another-specific-service.php

If terms of URL creation, what is the best way to to this? I understand that the URL is controller->action, but can I do it another way to create URLs this way? Obviously, this type of URL is common enough, but I simply do not know who to do it in Yii!

Thanks in advance,

U4EA

Using custom URL rule classes :)

Thank you!