Common HTTP status codes
200 means the request succeeded. 301/308 usually mean a permanent redirect, while 302/307 are temporary redirects. 404 means the page was not found and 5xx codes point to a server-side failure.
See whether a page returns 200, redirects somewhere else, or is failing with a 4xx or 5xx response.
200 means the request succeeded. 301/308 usually mean a permanent redirect, while 302/307 are temporary redirects. 404 means the page was not found and 5xx codes point to a server-side failure.