Hello--
I have an .html page that I'm trying to use a SSI (footer) and other headers, but it's not showing up. I've tried multiple combinations, but nothing is working. I understand the differences between the two...
<!--#include file="footer.html"-->
<!--#include file="footer.shtml"-->
<!--#include virtual ="/includes/footer.asp" -->
<!--#include virtual ="includes/footer.asp" -->
<!--#include virtual="footer.html"-->
<!--#include virtual="footer.html"-->
<!--#include file="footer.asp"-->
<!--#include virtual ="includes/footer.asp" -->
<!--#include virtual ="includes/footer.shtml" -->
I've got my footer in the same directory as my index page and I also got the footer in the /includes/ directory. I've tried naming the page that calls this file: index.html and index.htm... I'm beginning the think that the issue lies on the server.
I'm running out of ideas!
|