|
A
Server Side Include (SSI) is a type of HTML comment that directs
the Web server to dynamically generate data for the Web page
whenever it is requested. Our servers support Server Side
Includes. To use a Server Side Include you must use the .shtml
file extension.
Documentation
for using SSIs on apache is covered at:
http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html
http://www.apacheweek.com/features/ssi
|