N

도메인 자동이동

hanrel.net 이나 sir.or.kr 로 접속시 www.moviei.me 로 자동으로 이동이 됩니다.

게시글, 게시판, 그룹페이지에 그대로 이동이 됩니다.



if (eregi("hanrel.net", $_SERVER['HTTP_HOST'])) {
if($wr_id) {
header("Location:http://www.moviei.me/bbs/board.php?bo_table=$bo_table&wr_id=$wr_id");
} else if($bo_table) {
header("Location:http://www.moviei.me/bbs/board.php?bo_table=$bo_table");
} else if($gr_id) {
header("Location:http://www.moviei.me/bbs/group.php?gr_id=$gr_id");
} else {
header("Location:http://www.moviei.me");
}
} else if (eregi("sir.or.kr", $_SERVER['HTTP_HOST'])) {
if($wr_id) {
header("Location:http://www.moviei.me/bbs/board.php?bo_table=$bo_table&wr_id=$wr_id");
} else if($bo_table) {
header("Location:http://www.moviei.me/bbs/board.php?bo_table=$bo_table");
} else if($gr_id) {
header("Location:http://www.moviei.me/bbs/group.php?gr_id=$gr_id");
} else {
header("Location:http://www.moviei.me");
}
}
|

댓글 2개

eregi PHP 5.3 에서 deprecated 되었는데요????? ;;;;;

eregi => preg_match
어느 부분에 넣어야 하는건가요?
댓글을 작성하시려면 로그인이 필요합니다.

그누4 팁자료실

그누보드4와 관련된 팁을 여러분들과 함께 공유하세요. 나누면 즐거움이 커집니다.

+
제목 글쓴이 날짜 조회
13년 전 조회 5,433
13년 전 조회 5,349
13년 전 조회 7,060
13년 전 조회 7,066
13년 전 조회 5,060
13년 전 조회 7,267
13년 전 조회 7,863
13년 전 조회 4,803
13년 전 조회 7,699
13년 전 조회 5,328
13년 전 조회 7,664
13년 전 조회 5,516
13년 전 조회 5,797
13년 전 조회 4,308
13년 전 조회 6,077
13년 전 조회 4,783
13년 전 조회 4,232
13년 전 조회 6,532
13년 전 조회 6,628
13년 전 조회 4,494