The include tag provides for inserting the contents of a file into the HTML page at the
location of the include token. The SSI+ include tag is fully recursive, each document
inserted may itself contain further SSI+ insert tokens or any other SSI+ tokens.
virtual The virtual variable is used to specify a file path/name relative to the base
directory of the HTTP server. The format is: 'virtual="'<filename>'"' where <filename>a
file path/name relative to the base directory of the HTTP server.
file The file variable is used to specify a file path/name relative to the directory of the current document.
The format is:'file="'<filename>'"' where <filename>a file path/name relative to the directory of the current document.
Example:
The following token on an HTML document inserts all text and SSI+ tokens
from the file <html base directory>'SSI\INSERT.SHT'into the current
document before transmission back to the client browser:
<!--#include virtual="SSI\INSERT.SHT" -->