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건 124 페이지
  • RSS
기술자료 목록
180
일반   16438  2006-12-13 11:34 ~ 2011-02-24 00:00  
179
JavaScript   20402  2006-12-11 22:10  
178
제로보드   18298  2006-12-11 18:22  
177
제로보드   16485  2006-11-28 11:28  
176
WindowsServer   26993  2006-11-27 23:41 ~ 2009-03-25 00:00  
175
MSSQL   21573  2006-11-23 17:07  
174
그누보드   17230  2006-11-08 21:44 ~ 2020-10-07 18:49  
173
JavaScript   23057  2006-11-08 21:33 ~ 2018-04-12 17:28  
172
etc쇼핑몰   13142  2006-11-07 23:41  
171
PHP   27696  2006-11-04 07:22 ~ 2020-10-05 12:20  
170
전자결제   14422  2006-11-02 23:46 ~ 2007-07-02 00:00  
169
PHP   24088  2006-10-28 11:21 ~ 2018-04-10 04:32  
168
ClassicASP   14041  2006-10-26 00:42 ~ 2016-08-30 00:00  
167
HTML   20584  2006-10-16 17:54 ~ 2014-09-24 00:00  
166
PHP   21248  2006-09-30 18:43 ~ 2019-02-19 16:29  
165
일반   15345  2006-09-21 11:22  
164
WindowsServer   14569  2006-09-12 15:26 ~ 2006-09-13 00:00  
163
HTML   42519  2006-09-07 17:19  
162
JavaScript   19292  2006-08-17 14:56 ~ 2016-09-21 00:00  
161
MySQL   13130  2006-08-09 20:33  

검색

해피정닷컴 정보

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

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