ASP关于死循环具体实例
<%Main.Init(DataPath)
Dim tUrl: tUrl= Request.ServerVariables("SERVER_NAME")
if(tUrl="xiumr.com" or tUrl="www.xiumr.com" or tUrl="hz11.idcs.com.cn")then
response.Redirect("http://www.xiumr.com/")
response.End()
end if
%>
请大家以此为戒!
页:
[1]