I'm doing a website in which in all html files I have an SSI directive,
thus:
<!--#include file="nav.html"-->
but if I call same file from an html file in a sub-dir in webiste, thus:
<!--#include file="../nav.html"-->
it won't work, I get this error:
[an error occurred while processing this directive]
would appreciate any suggestions.. thank you..
Frances
thus:
<!--#include file="nav.html"-->
but if I call same file from an html file in a sub-dir in webiste, thus:
<!--#include file="../nav.html"-->
it won't work, I get this error:
[an error occurred while processing this directive]
would appreciate any suggestions.. thank you..
Frances
Comment