| Server
Side Includes (SSI) allows you to create simple dynamic
HTML pages by including special SSI tags into your HTML
code. You can include information such as current date,
the file's last modification date, and the size or last
modification of other files. It can also be used to include
output of any CGI program. By default, regular HTML files,
ending with .html and .htm, aren't parsed for SSI tags.
To use SSI, you have to name your HTML files with either
.shtml or .shtm extension. |