Synopsis: file=/name does not seem to work file=name works fine State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Sat Apr 5 20:20:52 PST 1997 State-Changed-Why: User no give email, we no track PR.
"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.
