二亩地专业建站/网站制作建设公司

标题: 优化网站,首页跳转,301定向代码 [打印本页]

作者: admin    时间: 2013-10-23 22:08:46     标题: 优化网站,首页跳转,301定向代码

  1. <%
  2. Dim thishttpUrl
  3. thishttpUrl=Request.ServerVariables("HTTP_HOST")'网址
  4. if thishttpUrl="ermudi.cn"  then '注意把abc123.com换为您实际的网址。

  5. Response.Status="301 Moved Permanently"
  6. Response.AddHeader "Location", "http://www.ermudi.cn/"

  7. end if
  8. %>
复制代码
  1. <%
  2. currentdomain=request.ServerVariables("SERVER_NAME")
  3. if currentdomain="ermudi.cn" Then
  4. Response.Status="301 Moved Permanently"
  5. Response.AddHeader "Location" , "http://www.ermudi.cn/"
  6. End if
  7. %>
复制代码







欢迎光临 二亩地专业建站/网站制作建设公司 (http://www.ermudi.cn/) Powered by Discuz! X2