m |
m |
||
Line 5: | Line 5: | ||
Then you'll be able to add code to your pages that will be processed by the web server. The code should be of the following format: | Then you'll be able to add code to your pages that will be processed by the web server. The code should be of the following format: | ||
− | + | {{#icon: SSI.png}} | |
A brief explanation on SSI structure and work can be found below: | A brief explanation on SSI structure and work can be found below: | ||
− | + | {{#icon: SSI2.png}} is the opening identifier, each SSI code should start with this. | |
− | + | {{#icon: SSI3.png}} specifies the command that can be sent to the server. This can be one of the following: ''echo, include, fsize, flastmod, exec, config , odbc, email, if, goto, label, break.'' | |
− | + | {{#icon: SSI4.png}} is a set of variables and their values. | |
− | + | {{#icon: SSI5.png}} is the closing tag. Every Server Side Inclusion should end with it. | |
Here is an example of how to include HTML file into a page using SSI: | Here is an example of how to include HTML file into a page using SSI: |