View Full Version : How Many type of Web Error..?
artijain1900
09-20-2017, 07:22 AM
Hello friends,
I would like to know that How Many type of Web Error..?
Dam Ponting
10-02-2017, 07:04 AM
There are commonly 5 type of google errors. They are:
1. HTTP error 500 (internal server error)
2. HTTP error 404 (not found)
3. HTTP error 403 (forbidden)
4. HTTP error 400 (bad request)
5. HTTP error 401 (unauthorized)
sinelogixtech
10-04-2017, 08:48 AM
404 - Responds with an error, but shows a custom page to help your visitors.
200 - If a page is missing, it's replaced with the custom error page.
302 - If the page is missing, it's replaced with a temporary redirect to a custom error page.
301 - Redirects errors to either a custom error page, or some other page in the site.
403 is HTTP error. The request requires user authentication.
These type of errors 400, 401 - 404, 501 - 503, etc are supposed to be the HTTP status codes.
Powered by vBulletin® Version 4.2.2 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.