테스트 사이트 - 개발 중인 베타 버전입니다

그누팁은 아니지만 도메인 별로 디렉토리 접속하기

· 12년 전 · 5307 · 15
<?
if (stristr($_SERVER[HTTP_HOST], "www.abc.com")) {
echo "<meta http-equiv='refresh' content='0; url=http://abc.com'>";
exit;
}

if (stristr($_SERVER[HTTP_HOST], "www.efg.com")) {
echo "<meta http-equiv='refresh' content='0; url=http://efg.com'>";
exit;
}

if (stristr($_SERVER[HTTP_HOST], "www.abc.com")) { $toLink = "./main/default.htm"; }
else if (stristr($_SERVER[HTTP_HOST], "abc.com")) { $toLink = "./main/default.htm"; }

else if (stristr($_SERVER[HTTP_HOST], "www.efg.com")) { $toLink = "./shop/index.htm"; }
else if (stristr($_SERVER[HTTP_HOST], "efg.com")) { $toLink = "./shop/index.htm"; }

else { echo "잘못된 주소입니다!!"; exit; }
include $toLink;
?>

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 15개

12년 전
당연하죠^^
좋은 정보 감사합니다
12년 전
허접한 팁에 칭찬 감사합니다.
좋은 팁 감사합니다~~~^^
12년 전
허접한 팁에 칭찬 감사합니다.

게시글 목록

번호 제목
32099
32098
32093
32081
32080
32067
32038
32036
32028
32019
32013
31992
31989
31984
31980
31979
31972
31963
31961
31944