Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/05/2005, 09:24
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 8 meses
Puntos: 381
De hecho el servidor de internet se usa sólo para acceder a esa aplicación, no tiene otro uso así que yá estaría bien si cierran ese puerto directamente.

Igual aún no lo han hecho pero porsiaca yá le he puesto el condicional y funciona de coña

... por si a alguien le viene bien lo que puse fue...

Código:
if request.servervariables("https") = "off" then
dire = "https://" & request.ServerVariables("http_host") & request.ServerVariables("SCRIPT_NAME")
	if request.ServerVariables("QUERY_STRING") <> "" then
	dire = dire & "?" & request.ServerVariables("QUERY_STRING")
	end if
response.Redirect(dire)
end if
Un saludo gracias otra vez