Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
308 Permanent Redirect | HTTBey
[go: Go Back, main page]

HTTBey Status Codes

3×× Redirection

308 Permanent Redirect

Description

The HTTP 308 Permanent Redirect 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).

The request method and the body will not be altered, whereas 301 may incorrectly sometimes be changed to a GET method.

See Also

Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/308