Page is a not externally linkable
mivox - 10:55 pm on Aug 5, 2002 (gmt 0)
A copy of foot.html needs to be uploaded to every directory containing files that will use it, in order for that specific SSI call to work. Assuming your site is hosted on an Apache server, you can either name all your files with the ".shtml" suffix, or insert this line into a file called '.htacces' in the root directory of your site:
I make a single footer document called foot.html, which is just the actual footer code (without the <head> section or <body> tags). Then I use an SSI call at the bottom of each page to pull it into the bottom of all my pages: <!--#include file="foot.html" --> AddHandler server-parsed .html .htm .shtml