()

 
 
<%@ Language="VBScript" %> <% ' ASP permanent URL redirect Response.Status="301 Moved Permanently" Response.AddHeader "Location", "//domain" Response.End %>