URL Management

Hi guys, I need your helps.

I have a domain eg. www.example.com

each of my members need to assign URL as

www.example.com/<username>

So I did 1 class name as UsersController

class UsersController extends Controller

{

... code here .... 

}

This class only working if I call as

www.example.com/users/<username>

Is there way to modify www.example.com/users/<username> to www.example.com/<username> ?

That’s all.

Thanks

Please first read this chapter from the guide:

http://www.yiiframework.com/doc/guide/1.1/en/topics.url