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 -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -