| Handler for returning "file not found" errors back to the client.
Look for the file "NotFound.html" in the current directory, and return it
if it exists. Otherwise, return the "NotFound.html" file in the document
root directory. If neither can be found, then punt, and let someone else
deal with it.
Configuration parameters understood by this handler
- root
- The location of the document root for locating the
default "not found" file (also looks using prefix of "").
- prefix
- The default url prefix for urls. Defaults to "/".
- fileName
- The name of the file to send for missing files.
Defaults to "notfound.html"
- type
- The file type, defaults to text/html
author: Stephen Uhler version: 1.9, 00/12/11 |