301 Moved Permanently - HTTP 编辑
The HyperText Transfer Protocol (HTTP) 301 Moved Permanently
redirect status response code indicates that the resource requested has been definitively moved to the URL given by the Location
headers. A browser redirects to this page and search engines update their links to the resource (in 'SEO-speak', it is said that the 'link-juice' is sent to the new URL).
Even if the specification requires the method (and the body) not to be altered when the redirection is performed, not all user-agents align with it - you can still find this type of bugged software out there. It is therefore recommended to use the 301
code only as a response for GET
or HEAD
methods and to use the 308 Permanent Redirect
for POST
methods instead, as the method change is explicitly prohibited with this status.
Status
301 Moved Permanently
Example
Client request
GET /index.php HTTP/1.1 Host: www.example.org
Server response
HTTP/1.1 301 Moved Permanently Location: http://www.example.org/index.asp
Specifications
Specification | Title |
---|---|
RFC 7231, section 6.4.2: 301 Moved Permanently | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
Browser compatibility
BCD tables only load in the browser
See also
308 Permanent Redirect
302 Found
, the temporary redirect
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论