대문 로그인 후 특정페이지로 이동은 되었으나... 정보
대문 로그인 후 특정페이지로 이동은 되었으나...관련링크
http://skyaion.co.kr
83회 연결
본문
따로 대문을 만들어 거기에 로그인창을 만들어 특정메인페이지로 이동하게 했습니다.
(http://skyaion.co.kr/g4/index.php ->로그인 후 index_login.php)
로그인 되어 있는 상태에서
새로운 창으로 재접속시에 특정메인페이지가 아니라 대문 로그아웃 페이지로 가버립니다.
(http://skyaion.co.kr/g4/index.php 의 로그아웃페이지가 되어버립니다.)
로그인 후에도 다른창에서 skyaion.co.kr 주소를 쳤을때
특정메인페이지(index_login.php)로 가는 방법이 없을까요?
참 쉬운것같은데 못찾겠네요 ㅠ
http://skyaion.co.kr
아뒤11
비번11
(http://skyaion.co.kr/g4/index.php ->로그인 후 index_login.php)
로그인 되어 있는 상태에서
새로운 창으로 재접속시에 특정메인페이지가 아니라 대문 로그아웃 페이지로 가버립니다.
(http://skyaion.co.kr/g4/index.php 의 로그아웃페이지가 되어버립니다.)
로그인 후에도 다른창에서 skyaion.co.kr 주소를 쳤을때
특정메인페이지(index_login.php)로 가는 방법이 없을까요?
참 쉬운것같은데 못찾겠네요 ㅠ
http://skyaion.co.kr
아뒤11
비번11
댓글 전체
이렇게 하면 안될까요?
if(!$member[mb_id]){
goto_url('http://skyaion.co.kr/g4/index.php');
}else{
goto_url('http://skyaion.co.kr/g4/index_login.php');
}
if(!$member[mb_id]){
goto_url('http://skyaion.co.kr/g4/index.php');
}else{
goto_url('http://skyaion.co.kr/g4/index_login.php');
}