m |
m |
||
Line 1: | Line 1: | ||
+ | <seo title="Server Side Includes (SSI)" metakeywords="Server Side Includes,SSI,how to SSI,what is SSI" metadescription="Server Side Includes (SSI) " /> | ||
<div align=justify>In order to use Server Side Includes (http://en.wikipedia.org/wiki/Server_Side_Includes) in your files, they must have .shtml or .shtm extension. Alternatively, adding the following line to your .htaccess will specify different file types that should be checked for such includes: | <div align=justify>In order to use Server Side Includes (http://en.wikipedia.org/wiki/Server_Side_Includes) in your files, they must have .shtml or .shtm extension. Alternatively, adding the following line to your .htaccess will specify different file types that should be checked for such includes: | ||
Line 19: | Line 20: | ||
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: | ||
− | {{#icon: | + | {{#icon:SSI2.png}}include virtual="somefile.shtml"{{#icon:SSI5.png}} |
</div> | </div> |