[php] 도메인주소 www
페이지 정보

본문
www붙이기
<script language="JavaScript" type="text/javascript">
var host = location.host.toLowerCase();
var currentAddress = location.href;
if (host.indexOf("www") == -1)
{
currentAddress = currentAddress.replace("//","//www.");
location.href = currentAddress;
}
</script>
www없애기
<script language="javascript">
var strHostname="";
strHostname = document.location.hostname;
strHostname = strHostname.toLowerCase();
if (strHostname == "www.zeronara.net"){
location.href = "http://zeronara.net/";
}
</script>
<script language="JavaScript" type="text/javascript">
var host = location.host.toLowerCase();
var currentAddress = location.href;
if (host.indexOf("www") == -1)
{
currentAddress = currentAddress.replace("//","//www.");
location.href = currentAddress;
}
</script>
www없애기
<script language="javascript">
var strHostname="";
strHostname = document.location.hostname;
strHostname = strHostname.toLowerCase();
if (strHostname == "www.zeronara.net"){
location.href = "http://zeronara.net/";
}
</script>
댓글목록

ChanbiZ님의 댓글
ChanbiZ 작성일
별 거 아닌거 같아요 꽤 필요할 때가 있기 마련이죠..
특히 모모모 계정 등에선.. 무조건 써야함.. 안그러면 피봄.. ㅎㅎ
^_^

곰순이푸님의 댓글
곰순이푸 작성일모모모 계정이 머에용?
