% include $_SERVER['DOCUMENT_ROOT']."/metas.txt"; %> <% include $_SERVER['DOCUMENT_ROOT'].'/includes/header.html'; %>
SSI's (Server Side Includes) are powerful directives provided for by the server software. Speedsoft allows you to use any of these you want. For a complete description of what these are and how you can incorporate them, visit http://www.apache.org/docs/mod/mod_include.html. One of the more popular includes is
<!--#flastmod file="index.html"-->
which will show the date of the last modification to the index.html file. Your html document must end with .shtml or .shtm, in order for it to be parsed for SSI's. Documents ending in .html or .htm will not be parsed for SSI's.
The exception to this is the main server (www.speedsoft.com) in which .shtml is not parsed while .html is parsed. .shtml is the filename extension to use for secure socket layer documents. You can optionally request for your virtual host site to be configured this way, where all .html documents are parsed. Just email support@speedsoft.com with your username, domain name, and the request.
<% include $_SERVER['DOCUMENT_ROOT'].'/includes/footer.html'; %>