用Dreamweaver8或者EditPlus打開/member/index_do.php行碼388 if(empty($gourl)||eregi("action|_do",$gourl)){389 ShowMsg("成功登錄,5秒鐘后進入管理中心...","control.php",0,2000);390 }else{400 ShowMsg("成功登錄,轉到進入頁面...",$gourl,0,2000);
修改為:行碼388 if(empty($gourl)||eregi("action|_do",$gourl)){389 ShowMsg("成功登錄,5秒鐘后進入首頁...","../../",0,2000);390 }else{400 ShowMsg("成功登錄,轉到進入頁面...",$gourl,0,2000);