asp ile yapabilirsin kod aşağıda

<%
 
if Request.ServerVariables("HTTPS") = "on" Then
 
Response.Redirect("http://" & Request.ServerVariables("HTTP_HOST") &Request.ServerVariables("URL"))
 
End if
 %>