Currently recognized header items:
The MIME-like type of document your script is returning, e.g. text/html.
This item be used for two purposes, depending on what
where
is.
If where
is a full URL, the server will issue the client
a redirect which will then point them to the URL you specify.
The server will perform access control, and send the client either the file or an error message. Note that any relative links an HTML document returned this way will not work. Also note that the pathname is "virtual", that is, subject to DocumentRoot referencing and aliasing.