301
Moved Permanently
Redirection
Description
This and all future requests should be directed to the given URI
Common Usage
Used for permanent URL redirects; updates search engine indexes
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 301 Moved PermanentlycURL Example
curl -I https://example.com
# Returns: HTTP/1.1 301 Moved PermanentlyRedirection Response
This is a redirection response indicating further action needs to be taken to complete the request.
Related Redirection Codes
Other codes in the same category