-
Well, I knew I'd have to come back here for help someday.
I'm developing a web page in which I'm trying to insert a server side include. I've spoken to the people hosting the site and they say that SSI is installed to their knowledge, but can't be sure, so I was just wanting to make sure I'm doing it right before I go banging at their door.
I'm doing this:
Code:
<!--#include file="Navtext.htm"-->
Nothing fancy, just a plain ol' SSI. Is it correct?
-
-
-
Are your filename letter cases correct?
-
Yup, I'm trying to include the file Navtext.htm in the same root folder as the main file.