PDA

View Full Version : Some SSI help



The Red Guy
June 6th, 2002, 04:55
Sorry for flooding this forum with so many requests, but I need help. I've a directory called "contact". Inside is contact.shtml and I want to link it to the main directory html file navigation.html . Therefore I used
<td width="217"><!--#include file="../nav.html" --></td>. But I get an error: [an error occurred while processing this directive] . please advice.

Regards

biggulp
June 6th, 2002, 05:01
you should use <!--#include virtual="../nav.html" -->

The Red Guy
June 6th, 2002, 22:59
Originally posted by biggulp
you should use <!--#include virtual="../nav.html" --> Does that mean I can't use <!--#include file="nav.html" --> anymore? Or does that mean I have to use the command you specified only for ../ files?

dawizman
June 6th, 2002, 23:26
you use virtual for files in seperate directories, file for same directory.

The Red Guy
June 7th, 2002, 01:02
Originally posted by dawizman
you use virtual for files in seperate directories, file for same directory. Thanks, cos I was real confused by my friend.