Server side includes (SSI): Difference between revisions
(Created page with 'For a good overview of the use of server side includes please see the Apache manual page here: http://httpd.apache.org/docs/2.2/mod/mod_include.html On our servers we support t…') |
(No difference)
|
Latest revision as of 10:46, 4 December 2009
For a good overview of the use of server side includes please see the Apache manual page here:
http://httpd.apache.org/docs/2.2/mod/mod_include.html
On our servers we support the SSI processing of files named .shtml or .html with the execute bit set (via ftp's CHMOD command).
We do not support the 'exec' SSI directive.