개발/classic asp2014. 1. 23. 19:39
300x250

IIS 가 아닌 asp 소스 상으로 SSL 페이지로 리다이렉트 하는 소스이다. 


<%
   If Request.ServerVariables("SERVER_PORT")=80 Then
      Dim strSecureURL
      strSecureURL = "https://"
      strSecureURL = strSecureURL & Request.ServerVariables("SERVER_NAME")
      strSecureURL = strSecureURL & Request.ServerVariables("URL")
      Response.Redirect strSecureURL
   End If
%>


* 출처 : http://support.microsoft.com/kb/239875/ko?spid=2097&sid=global


300x250
Posted by 마스타