- 1,233 categories
- 40,467 scripts
Updated: 06/24/2004
- Manage HTTP 404 Errors on all Windows/IIS hosted web sites. Catch 404 page not found errors (HTTP Error 404) and instantly redirect to target resource. Can use tokens for easy handling as well as wildcards.
- Categories
- Tags
- Platforms
- Licenses
- 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...