http:// 도메인에 www 를 무조건 넣거나 빼기 > 기술자료 | 해피정닷컴

http:// 도메인에 www 를 무조건 넣거나 빼기 > 기술자료

본문 바로가기

사이트 내 전체검색

http:// 도메인에 www 를 무조건 넣거나 빼기 > 기술자료

ClassicASP http:// 도메인에 www 를 무조건 넣거나 빼기

페이지 정보


본문

1. 도메인에 www 를 무조건 넣기
<%
' 도메인에 www 를 무조건 붙이기
'Request.ServerVariables("http_host")  ' http:// 또는 https:// 를 제외한 도메인주소
if Left(Request.ServerVariables("http_host"),4) <> "www." then
    %>
    <script>
        parent.location.href="//www.<%=request.ServerVariables("server_name")%><%=request.servervariables("http_url")%>";
    </script>
    <%
end if
%>


1-2. 여러개 도메인을 사용할때 ( 도메인 체크후 각각 다른 웹페이지로 넘김 )
  <%
    Dim header, header1, header2, sheader1, sheader2
    header = Request.ServerVariables("http_host")  ' http:// 또는 https:// 를 제외한 도메인주소
    header1 = Left(header,15)
    header2 = Left(header,19)
    
    sheader1 = "happyjung.co.kr"  // 15글자
    sheader2 = "www.happyjung.co.kr"  // 19글자
    
    'response.write header
    'response.End()
  %>  
  <script type="text/javascript">
    function on_load() {
      <% If header1 = sheader1 or header2 = sheader2 Then  %>
        parent.location.href="http://www.happyjung.co.kr/2.html";
      <% else  %>
        parent.location.href="https://www.happyjung.com/1.html";
      <% end if %>
    }
  </script>
</head>
<body onLoad="javascript:on_load();">


2. 도메인에 www 를 무조건 빼기
<%
' 도메인에 www 를 무조건 빼기
dim header_1
if Left(Request.ServerVariables("http_host"),4) = "www." then
    header_1 = split(request.ServerVariables("server_name"),"www.")
    %>
    <script>
        parent.location.href="//<%=header_1(1)%><%=request.servervariables("http_url")%>";
    </script>
    <%
end if
%>


참고자료
https://blog.naver.com/aussie98/23905505
http://rin2ne.tistory.com/169

댓글목록

등록된 댓글이 없습니다.


Total 2,641건 1 페이지
  • RSS
기술자료 목록
2641
그누보드   25  2024-11-26 21:14 ~ 2024-11-26 21:22  
2640
그누보드   71  2024-11-22 10:52 ~ 2024-11-22 11:03  
2639
호스팅   104  2024-11-19 14:41 ~ 2024-11-19 21:17  
2638
Linux   85  2024-11-18 15:45 ~ 2024-11-18 15:48  
2637
일반   89  2024-11-15 16:45 ~ 2024-11-15 16:46  
2636
Secure   137  2024-11-06 18:48 ~ 2024-11-06 18:50  
2635
영카트   282  2024-10-21 13:44 ~ 2024-10-21 19:42  
2634
전자결제   544  2024-09-05 09:30  
2633
MySQL   947  2024-03-29 14:14 ~ 2024-03-29 14:14  
2632
그누보드   1174  2024-02-23 18:40 ~ 2024-02-24 06:13  
2631
JavaScript   1271  2024-02-16 18:50 ~ 2024-02-16 20:37  
2630
Java   1223  2024-02-06 16:49  
2629
PHP   1391  2024-02-06 16:42  
2628
호스팅   1237  2024-01-29 12:54  
2627
PHP   1299  2024-01-26 11:04 ~ 2024-01-26 11:13  
2626
MySQL   1501  2024-01-08 17:37 ~ 2024-03-14 16:00  
2625
SQL   1606  2024-01-08 12:36  
2624
영카트   1673  2024-01-04 14:57  
2623
일반   2571  2023-12-15 18:33  
2622
Android   2060  2023-11-30 18:48 ~ 2023-11-30 19:41  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.