开发者

Yii Url Rewrites

I got static pages to rewrite by modifying the urlManager like this.. 'login'=>'user/login'

which allows www.site.com/user/login.php to d开发者_运维知识库isplay as www.site.com/login.php

The goal is to be able to take user/ out of everything under the user directory.


Allright to fill in the blanks here...a solution

'<_a:(login|index|update|etc)>' => 'user/<_a>',
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜