二亩地专业建站/网站制作建设公司
标题:
优化网站,首页跳转,301定向代码
[打印本页]
作者:
admin
时间:
2013-10-23 22:08:46
标题:
优化网站,首页跳转,301定向代码
<%
Dim thishttpUrl
thishttpUrl=Request.ServerVariables("HTTP_HOST")'网址
if thishttpUrl="ermudi.cn" then '注意把abc123.com换为您实际的网址。
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.ermudi.cn/"
end if
%>
复制代码
<%
currentdomain=request.ServerVariables("SERVER_NAME")
if currentdomain="ermudi.cn" Then
Response.Status="301 Moved Permanently"
Response.AddHeader "Location" , "http://www.ermudi.cn/"
End if
%>
复制代码
欢迎光临 二亩地专业建站/网站制作建设公司 (http://www.ermudi.cn/)
Powered by Discuz! X2