|
WHAT IS SSI?
If you have a lot of repetitive items on a website (such as navigational menus) you only need one doucment which is served to each page by a SSI. This makes maintaining the site much easier. From there on the Here are a few places to learn more about Server Side Includes and what you can do with them.
CGI Resource Index (Their section on SSIs) NCSA (Now unsupported but they have left the site up for reference) The Server Side Include function needs to be enabled on a server before SSIs can be used. The same applies to WebServUSB. To do this see the SSI pop up. At present using a CGI/PERL SSI with the <!--#exec cgi="/scripts/file.pl"--> command is not yet enabled.
|