PDA

View Full Version : New Platform: Some SSI's not working.


okami
7-8-06, 05:33 AM
Before the Migration all were working fine. Now I have some that aren't.

In particular, I have a page that has :
<!--#include virtual="includes/header.html" -->

This page is an shtml that has these SSI's that are html files.

They were working fine before migration. I've tried changing to
<!--#include file="includes/header.html" -->
but I still get [an error occurred while processing this directive] in place if the content of the included file.

So why can I not include html files within shtml files now?

(jj)
7-8-06, 10:35 AM
okami,

You are correct, at least the tests that I just done show that I could not get an .htm or .html file to be 'included'.

When I tried to include a .htm or .html I got the [an error occurred while processing this directive], the only file that would include without error was a .txt file.