One - One Code All

Blog Content

HTTP状态 301,302区别

PHP   2007-04-07 11:19:18

301,302 都是HTTP状态的编码,都代表着某个URL发生了转移,不同之处在于:
301 redirect: 301 代表永久性转移(Permanently Moved),
302 redirect: 302 代表暂时性转移(Temporarily Moved ).


PHP 实现:

301:

302:



上一篇:C语言位运算符
下一篇:HTTP 状态码详解

The minute you think of giving up, think of the reason why you held on so long.