<% Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 Response.ContentType = "text/plain" If Request.ServerVariables("SERVER_NAME") = "www.directv.com" and Request.ServerVariables("HTTPS") = "off" Then %>User-agent: * Disallow: <% Else %>User-agent: * Disallow: / <% End If %>