%@LANGUAGE="VBSCRIPT"%> <%option explicit %> <% Dim prot Dim https Dim domainname Dim filename Dim querystring Dim go dim http prot = "http" https = lcase(request.ServerVariables("HTTPS")) if https = "off" then prot = "https" domainname = Request.ServerVariables("SERVER_NAME") filename = Request.ServerVariables("SCRIPT_NAME") querystring = Request.ServerVariables("QUERY_STRING") go = prot & "://www.benefitdesigns.org" response.redirect(go) end if %>