308 Permanent Redirect

Explanation:

The 308 Permanent Redirect status code indicates that the target resource has been assigned a new permanent URI and any future references to this resource ought to use one of the enclosed URIs.

Usage:

Use this status code to inform clients that the resource they are requesting has been permanently moved to a new URL, and they should update their bookmarks and links.

Attentions:

  • Since the redirect is permanent, search engines will update their links to the new URL.
  • Do not use this code for temporary content changes; instead, use a 302 Found status code for temporary redirections.

Sample:

undefined