This question already has an answer here:
- Yii - Hiding module name in URL 2 answers
I try to remove module name from url in YII
http://testdomail.com/demo/user/create
I want
http://testdomail.com/user/create
Where demo is my module name. How can I do this?