标签:style blog http io color os sp div on
配置Nginx vhost的时候别指定error_page 它就不会跟Yii抢生意了
or
你弄一个frontendController 然后再里面 加上 $user->loginRequired();
if ($user->getIsGuest() && $action->id !=‘login‘ && $action->id !=‘captcha‘) { $user->loginRequired(); }
可以url return back
比如打开一个产品连接,要求登录,登录完后,自动跳转到产品连接页
Nginx 老是抢先捕获了404 我想这个404我Yii项目来处理 要怎么配置?
标签:style blog http io color os sp div on
原文地址:http://www.cnblogs.com/walter371/p/4065484.html