Question
Conditional SSIs and Test Server
I use conditional Server Side Includes (SSIs) in a number of
my developed sites.
For example in the 'index.html' file I use;
<!--#include virtual="header.html" -->
and in the 'header.html' i use;
<!--#if expr="${file} = index.html" -->
SOME HTML HERE
<!--#endif -->
I can not get the Dreamweaver test server to execute the conditionals in the 'header.html' file.
I am assuming that is because it is an embedded (nested) file.
Does anyone know how I can get dreamweaver to parse the nested html file???
Thanks.
Gary.
For example in the 'index.html' file I use;
<!--#include virtual="header.html" -->
and in the 'header.html' i use;
<!--#if expr="${file} = index.html" -->
SOME HTML HERE
<!--#endif -->
I can not get the Dreamweaver test server to execute the conditionals in the 'header.html' file.
I am assuming that is because it is an embedded (nested) file.
Does anyone know how I can get dreamweaver to parse the nested html file???
Thanks.
Gary.
