- 1,233 categories
- 40,349 scripts
Updated: 04/16/2005
- Ababa Error Logger is a program logs all your site errors. This includes but not limited to 401 Unauthorized Error, 403 Forbidden Error, 404 File Not Found Error, 500 Internal Server Error. Ababa Error Logger is best used for debugging perl scripts, fixing broken links, etc.
- Categories
- Tags
- Platforms
- Licenses
- Author
- Customized 404 and other default error pages improve user experience and reduce abandonment rates by maintaining the look and feel of your site and offering alternate page destinations. Unfortunately, setting them up in Microsoft IIS usually requires...
- Custom error documents are a valuable tool to have. Using this tutorial you''ll be able to redirect any user to a specified location on your site if they have reached an error such as Error 404 - Document Not Found or Error 500 - Internal server...
- This example demonstrates how to serve a custom page to users whenever a 404 error occurs as well as log the user info such as ip, referer, request, agent into a database.
- Everyone has seen an HTTP 404 error at some point. You follow a link on a web page, and BOOM - File not found. Perhaps the author spelt it incorrectly, or the page was uploaded to the server by mistake. This tutorial''ll show you how to handle t...
- The basic 404 error or file not found page serves two specific purposes. Firstly, to alert the user that the item they were expecting is
not currently available. Secondly, to alert the
webmaster that a file is missing or a link is targeting somet...