Articles
How do I use SSI?
First you must create a page with a .shtml extension! Then SSI is easily implemented into your...
Instructions using SSIServer Side Includes - SSISSI works in conjunction with a web page usually with the .shtml...
What CGI environment variables can I use with SSI?SERVER_SOFTWARE=Stronghold/2.0 The name and version number of the server software...
What SSI environment variables available?DOCUMENT_NAME The filename of the current HTML document. For example: This file is...
What are Server-Side Includes?Server-side includes (SSIs) are simple, HTML-embedded directives that instruct the web server to...
What directives are available?The include directive inserts the text of another document, specified either as a file...
What extended SSI elements are available?flow control elements much like the ones used inprogramming languages. With flow control, you can...