Hi!
I keep getting this error:
[an error occurred while processing this directive]
I think my ssi call is right. Regardless, here it is:
<!--#include file="/ssi/ssi_test.txt" -->
The shtml page that calls the ssi is in a folder called z_folder. The file in it is called ssi_testing.shtml
I think the slash in red is the problem:
<!--#include file="/ssi/ssi_test.txt" -->
When I put my file (that holds the ssi code) in the root directory and delete the slash above, my ssi displays.
Why isn’t my ssi working when the slash / is included in the call?
Here’s my test page (including error message):
Thanks for taking the time to read my ramblings
Jenny
I keep getting this error:
[an error occurred while processing this directive]
I think my ssi call is right. Regardless, here it is:
<!--#include file="/ssi/ssi_test.txt" -->
The shtml page that calls the ssi is in a folder called z_folder. The file in it is called ssi_testing.shtml
I think the slash in red is the problem:
<!--#include file="/ssi/ssi_test.txt" -->
When I put my file (that holds the ssi code) in the root directory and delete the slash above, my ssi displays.
Why isn’t my ssi working when the slash / is included in the call?
Here’s my test page (including error message):
Thanks for taking the time to read my ramblings
Jenny