Hi,
I'm almost embarrased to ask this again, but I've read lots of previous posts on here and BigNoseBird.com's guide to SSI and I think I've done everything right, but....
Please can some give be a clue as to where it's all going wrong?
My aim is to embed a mini calendar in my home page. I started simple by creating a test file called test1.shtml and placing it in the same folder as my index.html. The file contains the following:
<html>
<head>
<title>An SSI Test Page</title>
</head>
<body>
<p>This is a test of an SSI script</p>
<!--#exec cgi="/cgi-bin/CalendarScript321/calendar.pl"-->
</body>
</html>
I've checked the ssi.txt file in the CalendarScript321/calendarscipt folder. It reads
template=ssi.html
duration=1d
I downloaded the new_minical.html scipt from much2.com and uploaded it to my CalendarScript321/calendarscipt/templates/calendars/default folder and renamed it as ssi.html (saving the original one first).
When I run my test1.shtml file my browser show the "This is a test..." message followed by my standard, default matrix calendar display. This is the calendar I see when I open it from a link on my home page. It's as it either the ssi.txt file or the ssi.html file is being ignored completely! If I delete the default.html file I get an error message "template file specified does not exist" from both my test1.shtml file and the link on my home page.
Thanks in advance
John