Not found

Skylt som säger Sorry page not found please click to continue Robot från Discord som ser yr ut

Citat

The requested URL was not found on this server.

Förkortning

  • 404 - Not found
http

Protokoll

Kod för HTTP-status i AJAX med JavaScript

xhr.status: 404

HTTP-status i AJAX med JavaScript

​​xhr.statusText: "Not Found"

Sätt HTTP status med PHP

​​http_response_code(404);

Sätt HTTP status header med PHP

header("HTTP/1.0 404 Not Found"); Bil som saknar motor

Externa länkar

Liknande namn

  • 304Not Modified
  • 406Not Acceptable
  • 501Not Implemented