bluehost虚拟主机上几种网页跳转方法

下面的的网址跳转方法已在bluehost虚拟主机验证可用。
1/:301重定向,对搜索引擎友好,推荐这种这种方法,详见: bluehost虚拟主机的301重定向 ,已经有详细介绍不再赘述
使用时去掉下面*号
2/:Refresh跳转
  <*META HTTP-EQUIV="Refresh" CONTENT="10; URL=http://example.com/">

Refresh跳转。
3/:Onload跳转
onload指定parent.location跳转。
例如:
  <*body onLoad="parent.location='http://example.com'">

4/:Javascript跳转
javascript自动跳转,加入head区域即可。
  <*script language="javascript"> 
  location.replace("http://example.com/") 

“http://example.com/”为重定向目标地址。
5/:表单提交
  <*form name="a" action=http://example.com/index.html method="get">
  <*/form> 
  <*script language="javascript">
  document.a.submit()
  <*/script>

点这里查看Bluehost支持的环境和产品详情列表
-->点这里查看Bluehost支持的环境和产品详情列表。