https 접속 http로 변경하기
페이지 정보
작성자 최고관리자 댓글 0건 조회 3,067회 작성일 18-12-14 17:33본문
<script language="JavaScript" type="text/javascript">
var host = location.host.toLowerCase();
var currentAddress = location.href;
if (currentAddress.indexOf("ttps://")==1 )
{
currentAddress = currentAddress.replace("https://","http://");
location.href = currentAddress;
}
</script>
댓글목록
등록된 댓글이 없습니다.