Server Side Includes (SSI) are directives which can be used to include the
contents of a file into several pages, insert the value of an environment
variable, Web Server variable or time and date stamp, insert the output of
an executable program or the document's name, path, size, time and date.
Syntax
<!-- #directive -->
Directives
Directive
|
Description
|
#config
|
Used to set the format for time/date stamps, error messages
and files sizes.
|
#echo
|
Used to insert the value of an environment variable, Web Server
variable or time and date stamp.
|
#exec
|
Used to insert the output of an executable program.
|
#flastmod
|
Used to insert the last modified date of a file.
|
#fsize
|
Used to insert the size of a file.
|
#include
|
Used to insert a file.
|
Notes
Presently Servertec Internet Server has been configured to filter files that
end with .shtml through SSIncludeSevlet.
|