How to hide URL GET parameters (http://domain.com/MyFirstYii/page?view=about). I\'ve searched lot of posts. They all are saying about rewrite and URL manager, but i couldn\'
Add this url rule to the top of your url rules:
'page/' => 'user/page'
I'm assuming the next:
If my assumptions are wrong, please provide the right controller name and action name, so I can fix the answer.
UPDATE: fixed controller name based on comment
UPDATE2:
If you want this to work for all actions in your controller, use:
'/' => 'user/'