lookup> 404

404 ·Not Found

The server cannot find the requested resource; the URL may be wrong or the resource was removed.

Client ErrorRFC7231#6.5.4
Status404
PhraseNot Found
TypeClient Error
SpecificationRFC7231#6.5.4

What does HTTP 404 mean?

The server cannot find the requested resource; the URL may be wrong or the resource was removed.

It belongs to the 4xx Client Error class of responses, defined in RFC7231#6.5.4.

Browse all codes in this class: 4xx Client Error

How to fix HTTP 404

Verify the URL, check routing rules, and confirm the resource still exists before returning a 404.

  • Page deleted or renamed
  • Typed a wrong URL
  • Broken internal or external link
  • Resource never existed

Website visitors

Double-check the URL, return to the homepage and search again, or retry later.

Developers

Verify the URL, check routing rules, and confirm the resource still exists before returning a 404.

Server administrators

Review access logs and permission rules for the affected path, and confirm routing and security policies.

Is HTTP 404 cacheable?

404 belongs to the 4xx Client Error class and is generally not cached for long; behavior is controlled by Cache-Control.

What does the 4xx class mean?

4xx Client Error: The server cannot find the requested resource; the URL may be wrong or the resource was removed.

4xx responses

Related status codes