Page is a not externally linkable
bakedjake - 7:59 pm on Jun 16, 2004 (gmt 0)
This ASP code should handle any parameters: <%
Response.Status = "301 Moved Permanently"
Response.AddHeader "Location", "http://www.example-new.com" _
& Request.ServerVariables("SCRIPT_NAME") _
& "?" & Request.ServerVariables("QUERY_STRING")
Response.End
%>