301跳转
Posted 日光下的曼雪-正版
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了301跳转相关的知识,希望对你有一定的参考价值。
<meta http-equiv="refresh" content="3;url=http://www.qilong.com/down" />
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://你的网址/");
exit();
以上是关于301跳转的主要内容,如果未能解决你的问题,请参考以下文章