Constructing a 404 Handler for IIS |
Search [kefjchgf] |
||
Previous Next Xoc Software Training RVBA Conventions Maya Calendar Program Company Information Tools ASP.NET and Other Tips Articles Architecting, Writing, and Maintaining Large Programs in Visual Basic MiscellaneousConstructing a 404 Handler for IIS Constructing a Links Page using XML Differences between XHTML 1.0 and HTML 4.0 ECMA, ISO, IETF RFCs, and Other Standards Home Automation Cataloging a Library Implementing a Privacy Policy Using P3P Mining Web Server Logs Object Oriented Programming Concepts Recommended Computer Books Recommended Internet Explorer Settings Review of the Compaq iPaq 3800 Series: H3830, H3835, H3850, H3870, H3875 Things to Consider when Internationalizing an Application Understanding the Internet Jigsaw Puzzle Using the Localization Toolkit Xoc Scale Search Engine Ratings Foldit Temporary Download Site Downloads Links Search Other Xoc managed sites: http://grr.xoc.net http://www.986faq.com http://www.mayainfo.org https://mayacalendar.xoc.net http://www.yachtslog.com |
This is a description of how to construct a 404 handler for IIS 5.0. The 404 handler causes pages that are not found to be forwarded to another URL on the web using an error 301 Moved Permanently. The 404 handler can also be directed not to redirect a page from a given IP address, but instead return a normal 404 error. This can be used to help a web spider forget about an old location for the web page. The basic scheme is that when a request for a page that isn't there occurs, IIS redirects to a 404 page to display. The 404 page, though does a lookup into an XML file. If it meets the correct requirements it sends a 301 redirect to the User Agent, telling it what page it should be on. Requirements:
To install the 404 handler:
See these additional pages for the files and configuration dialog: |
||
Top |
[www.xoc.net] Copyright © 1997-2023 by Gregory Reddick . All Rights Reserved. 02/20/09 01:28 |