PHP重定向标头是什么是HTTP / 1.1

时间:2016-05-24 04:59:48

标签: php redirect http-headers

header('HTTP/1.1 301 Moved Permanently');
header('Cache-Control: no-store, no-cache, must-revalidate');
header("Location: xxxxxx"); //Destination

什么是HTTP / 1.1

参考:https://en.wikipedia.org/wiki/HTTP_301

1 个答案:

答案 0 :(得分:0)

HTTP 1.1 最新版本的超文本传输​​协议(HTTP),这是一种在Internet上运行的万维网应用程序协议TCP / IP协议套件。 HTTP 1.1提供比原始HTTP更快的Web页面传送,并减少Web流量。 HTTP 1.1由互联网工程任务组(IETF)的一个委员会开发,其中包括Web的主要创建者Tim Berners-Lee,最新的Web服务器和浏览器支持HTTP 1.1。