SSI
Server Side Includes lets you embed a number of special 'commands' into the HTML itself. When the server reads an SSI document, it looks for these commands and performs the necessary action. For example: including a common header and/or footer on each page in your site. Apache includes a set of SSI commands based on those found in the NCSA server plus various extensions.
|
|