Before I dive in any deeper, there is a concept or two that I need to
understand before I start designing the URL parsing mechanism.
First, what is the magic mime type: text/x-server-parsed-html
>From my perusing of the NCSA source, this is some sort of INCLUDE
functionality, but I can't decipher what INCLUDE is all about, can an HTML
document include others to be sent along inline? If so, what is the
general algorithm for parsing the include list, that is, how to you know
what these other files are?
Thanks!
John Calcote