Server Side Includes (SSI)
SSI, or Server-Side Includes, allows the server to parse special page
commands.
For example, if you want a footer on all your pages which may change from time to time, you can create a text file with the desired footer information and place it in your domain. On the pages where the footer is to appear, you add a "simple include" to read that file and place it at the bottom of the desired pages.
