<%currentdomain= request.ServerVariables("SERVER_NAME") If currentdomain="3djiangyin.com" then Response.Status="301 Moved Permanently" Response.AddHeader "Location","http://3djiangyin.com" End if%> |
<%currentdomain= request.ServerVariables("SERVER_NAME") If currentdomain="3djiangyin.com" then Response.Status="301 Moved Permanently" Response.AddHeader "Location","http://3djiangyin.com" End if%> |
13524887937