服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > 其他 >

利用404将老域名重定向到新域名的html代码

时间:2012-03-04 00:07来源:未知 作者:最模板 点击:
此问由最模板从互联网上看到,但是提醒下,该方法只能对用户的访问能定向到,百度与谷歌蜘蛛是无法完全识别的,因为百度无法识别JS 建议使用301冲重定向。 页面定向无法301可以使

 此问由最模板从互联网上看到,但是提醒下,该方法只能对用户的访问能定向到,百度与谷歌蜘蛛是无法完全识别的,因为百度无法识别JS

建议使用301冲重定向。 页面定向无法301可以使用该方法

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
  2. <HTML><HEAD><TITLE>错误请求--最模板</TITLE> 
  3. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=GB2312"> 
  4.  
  5.  
  6. <meta name="robots" content="noindex,follow"> 
  7. <STYLE type="text/css"> 
  8.   BODY { font: 9pt/12pt 宋体 } 
  9.   H1 { font: 12pt/15pt 宋体 } 
  10.   H2 { font: 9pt/12pt 宋体 } 
  11.   A:link { color: red } 
  12.   A:visited { color: maroon } 
  13. </STYLE> 
  14.   
  15.   
  16. </HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD> 
  17.  
  18. <h1>错误请求</h1> 
  19. 您正在搜索的页面可能已经删除、更名、内容过期或暂时不可用。 
  20. <SCRIPT> 
  21.  
  22. var lusername="#" 
  23. if (location.host!="www.zuimoban.com") 
  24. var lusername  ="<a href=//www.zuimoban.com/"+location.href.split("zuimoban.com/")[1]+" target='_blank'>点击这里跳至 
  25.  
  26. 可能的新页面</a>"; 
  27. var lusername2  ="<meta http-equiv='refresh' content='5;url=//www.zuimoban.com/"+location.href.split("zuimoban.com/") 
  28.  
  29. [1]+"' />"; 
  30.   
  31. [removed](lusername2); 
  32. [removed](lusername); 
  33. </SCRIPT>  
  34.  
  35. </TD></TR></TABLE></BODY></HTML> 

 

(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容