Introduction to Server Side Includes

Server Side Include (SSI) is a kind of HTML comment that instructs the web server to dynamically generate a web page's data when it is requested. We do support SSI, but pages with SSI must have a .shtml extension to be parsed correctly by the web server.

 

SSI's can be used to execute programs and insert the results, so they are powerful tools for web developers.