너유

주소 고정 하고 주소창에 도메인 주소 입력시 https로 자동 변환 하는 소스

· 2022-04-21 (목) 14:10:45 · 4835 · 4

별거 아니지만  저 처럼 찾고 있는 분이 계실까봐 공유 합니다. 

----------------------------------------------------------------------------------- 

주소 고정 하고  주소창에 도메인 주소 입력시 https로 자동 변환 하는 소스

-----------------------------------------------------------------------------------------

 

 

<script language=javascript>
 
 if(location.hostname != "localhost") {
    if (window.location.protocol != "https:") {
        window.location.href = "https:" + window.location.href.substring(window.location.protocol.length);
    }

    if (document.location.protocol == 'http:') {
        document.location.href = document.location.href.replace('http:', 'https:');
    }
} 

</script>
 
 
 

<html> 
<title>HCN상품문의는 우리HCN에서</title> 
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" /> 
<frameset rows="*" frameborder="no" border="0" framespacing="0">  
<frame src="./bbs/" name="main" scrolling="yes" marginwidth="0" marginheight="0" noresize>
<noframes>  
</frameset>  
</html>

|

댓글 4개

감사합니다.
감사합니다!
2022-04-22 (금) 14:52:41
감사합니다!
좋은팁 감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

그누보드5 팁자료실

2,788건
+
제목 글쓴이 날짜 조회
22-05-31 조회 5,906
22-05-26 조회 6,520
22-05-25 조회 5,853
22-05-23 조회 5,784
22-05-23 조회 5,346
22-05-19 조회 5,105
22-05-15 조회 6,723
22-05-12 조회 5,242
22-05-11 조회 5,912
22-05-10 조회 6,579
22-05-09 조회 6,335
22-05-06 조회 6,093
22-05-04 조회 5,921
22-04-25 조회 4,997
22-04-22 조회 8,829
22-04-22 조회 6,430
22-04-21 조회 6,102
22-04-21 조회 4,836
22-04-18 조회 6,359
22-04-16 조회 5,345
22-04-14 조회 6,815
22-04-13 조회 4,773
22-04-12 조회 4,284
22-04-12 조회 5,273
22-04-12 조회 4,410
22-04-12 조회 4,498
22-04-12 조회 1만
22-04-12 조회 4,626
22-04-09 조회 6,819
22-04-09 조회 4,665