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,640건 125 페이지
  • RSS
기술자료 목록
열람
ClassicASP   15597  2006-08-08 03:59 ~ 2020-01-16 18:42  
159
일반   12401  2006-08-06 22:47  
158
PHP   21217  2006-08-05 21:30 ~ 2022-03-03 13:46  
157
PHP   17419  2006-08-05 14:45 ~ 2024-02-01 10:32  
156
HTML   14833  2006-08-04 23:39 ~ 2007-07-17 00:00  
155
PHP   17954  2006-08-04 22:47 ~ 2007-07-21 00:00  
154
Linux   15584  2006-08-04 19:25  
153
일반   16512  2006-08-04 09:25  
152
PHP   48730  2006-08-03 14:58 ~ 2024-02-20 11:14  
151
JavaScript   24345  2006-08-01 02:13  
150
Adobe   36024  2006-07-24 08:07  
149
JavaScript   15747  2006-07-22 15:27  
148
Adobe   14291  2006-07-22 11:27  
147
일반   16040  2006-07-22 10:59  
146
WindowsServer   24568  2006-07-22 07:55 ~ 2007-09-12 00:00  
145
etc쇼핑몰   26570  2006-07-21 22:48 ~ 2024-07-17 13:43  
144
메이크샵   14846  2006-07-21 22:43 ~ 2007-01-18 00:00  
143
제로보드   14045  2006-07-20 08:08  
142
메이크샵   11133  2006-07-21 22:43 ~ 2007-01-18 00:00  
141
HTML   16577  2006-07-17 19:05  

검색

해피정닷컴 정보

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

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