We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Software

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What is an HTTP 404?

By Phil Bagda
Updated: May 16, 2024

A Hypertext Transfer Protocol (HTTP) 404 error, also commonly known as the 404 Page Not Found error, is a response code indicating that the client was able to reach the desired server but could not find the page or file for which it was looking. In simpler terms, the Internet browser was able to connect to the website in question, but the requested page was not found.

Every time a request is made from a client to a server, the HTTP protocol sends what is called HTTP headers with a status code. For a normal website, the status code is "200 OK," which is the standard response for successful HTTP requests. Other status codes might be displayed if the website is redirected.

Each numeral in an HTTP 404 error means something. The first numeral "4" indicates that a client error has occurred, so the server is saying that there was an error on the client's end, such as a typo. It also indicates that the error might not be permanent. The middle "0" indicates a general syntax error. The last "4" indicates which particular error was made out of the 400 client error group, which includes "400 Bad Request," "401 Unauthorized" and "403 Forbidden."

HTTP 404 errors are handled on the server level and not by software running on the website. Some websites will emulate a HTTP 404 error, in which case it is called a soft 404 error. These websites will use a redirection technique such as a meta redirect or will use the .htaccess file to achieve this. The advantages for webmasters of doing this is that they can display whatever message or page they want when the requested page is not found on the server, thus improving the browsing experience.

The HTTP 404 page can be specified in the server configuration, thus providing an actual HTTP 404 error while being able to redirect the user to a page within the website. Using redirects as HTTP 404 errors can be harmful to the website's search engine results pages (SERPs). In some browsers, if a custom HTTP 404 page is below 514 kilobytes in size, the browser will display its own 404 error page and not the one specified in the server configurations.

EasyTechJunkie is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
Share
https://www.easytechjunkie.com/what-is-an-http-404.htm
EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.

EasyTechJunkie, in your inbox

Our latest articles, guides, and more, delivered daily.