[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>
추천0
ChanbiZ님의 댓글
ChanbiZ쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일별 거 아닌거 같아요 꽤 필요할 때가 있기 마련이죠..
특히 모모모 계정 등에선.. 무조건 써야함.. 안그러면 피봄.. ㅎㅎ
^_^