Servertec   Server Side Includes (SSI)
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Users
Reference
iServer API
Servlet API
CGI
SSI
#config
#echo
#exec
#flastmod
#fsize
#include

Servlets
Config Files
Log Files
Classes
Directory Tree

Samples
Sales
Legal
Feedback

 

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 environmental 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 environmental 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 iServer has been configured to filter files that end with .shtml through SSIncludeSevlet.
 top of page
 Built with iScript Copyright © 1997-2000 Servertec. All rights reserved.
Last Modified: Thu Aug 10 13:06:59 EDT 2000