The unified domain 301 Jump

Started by apexis, 04-12-2013, 02:07:14

Previous topic - Next topic

apexisTopic starter

The unified domain 301 Jump,for example:
<%
if Request.ServerVariables("Http_Host") ="apexis.com.cn" then
Response.Status="301 Moved Permanently"
Response.AddHeader "Location","http://www.apexis.com.cn"
Response.End
end if
%>