Webhosting Server Side Includes: Difference between revisions
Appearance
Content deleted Content added
fix syntaxhighlighting |
The workaround only applies to #include |
||
| Line 1: | Line 1: | ||
Our servers do not offer SSI facilities |
Our servers do not offer SSI facilities. SSI provides a simple programming language to do a limited set of operations on text. For example, including other HTML files, or printing HTTP environment variables. |
||
E.g. |
|||
* <code><!--#include virtual="ssi.htm" --></code> or <code><!--#include file="ssi.htm" --></code> |
|||
* <code><!--#echo var="LAST_MODIFIED" --></code> |
|||
You can create the same effect for includes by using Javascript (although these will be actually be client side includes). These notes were submitted by a customer and are here to help you. |
|||
How? |
How? |
||
First: |
First: |
||