![]() | Welcome to Islandnet.com Locally owned and operated since 1993 |
| Create an Account • Pricing & Features • Domain Registration • Customer Sites • Help & Info | |
Sunday May 11 2008 | |
Server Side Includes (SSI)Return to the help indexBy using a special directive, you can make the web server automatically insert another file into the middle of a web page on the fly. For example, the standard footer that you see at the bottom of all the Islandnet pages is not actually part of each HTML file. It is a separate file called "footer.html". Each HTML file includes it using this directive:
<!--#include file="footer.html" -->All that needs to be done to update the footer of ALL our web pages is to edit a single file. Note that this method does not allow the use of ".." to specify a file in a previous directory. A slightly different (but slightly slower) method does allow it:
<!--#include virtual="../footer.html" --> |
| Home • About Us • Contact Us • Terms of Use • Privacy Policy • Help Documents |
| Page generation time: 0.03 seconds |