放到页面最上面就可以,我刚研究出来,包括内页的重定向,如果你的asp每个页面都有引用的固定文件,比如conn.asp,放到这个文件里面就可以<%if request.ServerVariables("HTTP_HOST")<>"" thenResponse.Status="301 Moved Permanently"if Request.ServerVariables("QUERY_STRING")<>"" then p="?" end ifif Request.ServerVariables("SCRIPT_NAME")="/index.asp" thenResponse.AddHeader "Location",""elseResponse.AddHeader "Location",""&Request.ServerVariables("SCRIPT_NAME")&p&Request.ServerVariables("QUERY_STRING")end ifResponse.Endend if%>