The following reply was made to PR mod_include/310; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Bill <[EMAIL PROTECTED]> Subject: Re: mod_include/310: file=/name does not seem to work file=name works fine Date: Sat, 5 Apr 1997 20:53:24 -0700 (MST) "include file" does things relative to the filesystem, so /footnote.html _would_ be a file in the root directory except for the fact that Apache doesn't allow you to specify a path on an included file for security reasons. To specify a path as the web server would, use "include virtual" instead. Does that solve your problem?
