Virtual Sub Domain For All Users

Hi Dears,

i need to make a virtual sub domain for all registered user on my site,

like username:alex

i need to make a sub domain :

alex.mysite.com

how i can do this?

Regards.

first you need to configure DNS and apache virtualhost to handle wildcard subdomains (read this for example: http://steinsoft.net/index.php?site=programming/articles/apachewildcarddomain)

then you just add routes in yii config file like this:




'http://<username:\w+>.mysite.com/<controller:\w+>/<action:\w+>'=>'<controller>/<action>'