Rewrite Url with urlManager in Yii -


what must in order shorten user's page url like: http://mydomain.com/xegbmcry

i set string id each user.

you routes in main file should have rule :-

'<name:[\w\_]+>' => 'user/view' 

and acionview in usercontroller should like

public function actionview($name) 

Comments

Popular posts from this blog

c# - How to get the current UAC mode -

python - Redis Error 8 connecting localhost:6379. nodename nor servname provided, or not known -