PDA

Click to See Complete Forum and Search --> : Server Side Includes (Easy)


Zaphod64831
Mar 13th, 2001, 09:32 PM
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:

<!--#include file="Navtext.htm"-->


Nothing fancy, just a plain ol' SSI. Is it correct?

Active
Mar 13th, 2001, 11:34 PM
yes Right!

Zaphod64831
Mar 14th, 2001, 01:24 PM
Darn
Thanks anyway =)

parksie
Mar 14th, 2001, 01:44 PM
Are your filename letter cases correct?

Zaphod64831
Mar 14th, 2001, 01:49 PM
Yup, I'm trying to include the file Navtext.htm in the same root folder as the main file.