HTTP协议中如何设置重定向?

2024年12月31日 建站教程

HTTP协议中设置重定向的方法有两种,一种是服务器返回301重定向​,另一种是服务器返回带Refresh header的响应?下面web建站小编给大家简单介绍一下具体实现代码!

服务器返回301重定向​

HTTP/1.1 301 Moved Permanently  
Location: http://example.com/ 
xn--example-5t0lz8a43f3u6az7rjkk28wof9a60o841an21bibq.com。

服务器返回带Refresh header的响应

HTTP/1.1 200 OK
Refresh: 5; url=http://example.com/

本文链接:http://so.lmcjl.com/news/20449/

展开阅读全文
相关内容