도메인 자동이동
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");
}
}
게시글, 게시판, 그룹페이지에 그대로 이동이 됩니다.
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개
cshop
13년 전
eregi PHP 5.3 에서 deprecated 되었는데요????? ;;;;;
eregi => preg_match
eregi => preg_match
제네스피플
13년 전
어느 부분에 넣어야 하는건가요?
게시판 목록
그누4 팁자료실
그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.
나누면 즐거움이 커집니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3209 | 12년 전 | 4910 | ||
| 3208 |
Header
|
12년 전 | 3245 | |
| 3207 |
Header
|
12년 전 | 2858 | |
| 3206 |
Header
|
12년 전 | 4323 | |
| 3205 |
Header
|
12년 전 | 3867 | |
| 3204 |
Header
|
12년 전 | 6045 | |
| 3203 |
Header
|
12년 전 | 3246 | |
| 3202 | 12년 전 | 4491 | ||
| 3201 | 12년 전 | 4765 | ||
| 3200 | 12년 전 | 4386 | ||
| 3199 | 12년 전 | 5054 | ||
| 3198 |
|
12년 전 | 4940 | |
| 3197 |
|
12년 전 | 4690 | |
| 3196 | 12년 전 | 5066 | ||
| 3195 |
|
12년 전 | 4372 | |
| 3194 | 12년 전 | 4453 | ||
| 3193 | 12년 전 | 10838 | ||
| 3192 | 12년 전 | 9495 | ||
| 3191 | 12년 전 | 5144 | ||
| 3190 | 12년 전 | 8500 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기