if (document.location.protocol == 'http:') { document.location.href = document.location.href.replace('http:', 'https:'); } 해더 쪽에다가 넣어주면 자동으로 주소가 자동으로 https 로 바뀌게 된다.