308 Permanent Redirect

3xx Redirection. Like 301, but guarantees the request method and body won't change on the redirected request.

3xx Redirection

What it means

Like 301, but guarantees the request method and body won't change on the redirected request.

Common causes

Used for permanent redirects that must preserve the original HTTP method, unlike 301 which some clients treat inconsistently.

How to fix it

Update links to the new URL; the redirect will preserve the original method automatically.

Frequently asked questions

What does HTTP 308 mean?

Like 301, but guarantees the request method and body won't change on the redirected request.

What causes a 308 Permanent Redirect?

Used for permanent redirects that must preserve the original HTTP method, unlike 301 which some clients treat inconsistently.

How do I fix a 308 error?

Update links to the new URL; the redirect will preserve the original method automatically.

Other 3xx Redirection codes