dedecms登陆后台直接转跳到首页解决办法

用Dreamweaver8或者EditPlus打开/member/index_do.php 找到如下代码: if(empty($gourl)||eregi(action|_do,$gourl)){ ShowMsg(成功登录,5秒钟后进入管理中心...,control.php,0,2000); }else{ ShowMsg(成功登录,转到进入页

用Dreamweaver8或者EditPlus打开/member/index_do.php
 
找到如下代码:
 
if(empty($gourl)||eregi("action|_do",$gourl)){
ShowMsg("成功登录,5秒钟后进入管理中心...","control.php",0,2000);
}else{
ShowMsg("成功登录,转到进入页面...",$gourl,0,2000);
 
修改为:
 
 if(empty($gourl)||eregi("action|_do",$gourl)){
 ShowMsg("成功登录,5秒钟后进入首页...","../../",0,2000);
}else{
ShowMsg("成功登录,转到进入页面...",$gourl,0,2000);

 

dedecms登陆后台直接转跳到首页解决办法

最新VIP资源