%
' For Each name In request.servervariables
' response.write "" & name & " - " & request.servervariables(name) & "
"
' next
ServerPort = Request.ServerVariables("Server_port")
if ServerPort <> "443" then
response.redirect "https://www.goldengoalsoccer.com/registration/registrationYPSL.asp"
End if
%>
|
||||||||
| ||||||||