Server Side Includes
Our servers support Apache's server side includes. Time constraints prevent
us from fully documenting these features ourselves, but Apache has some
helpful documentation on the subject:
Apache Module mod_include
Note: You can't use server-side includes in CGI script output because it's
*NOT* parsed by the server. You'll have to perform whatever function
the include does in your CGI script instead.
|