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

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -