Most of my website relies heavily on SSIs, and I'd like to do the same with the calenderscript templates. Problem is that SSI commands in the templates that call files (html and js) from outside the cgi-bin cannot be executed (unless I'm missing something). I've tried the full gamut of SSI commands, (virtual, exec, file, etc.) to no avail.
Does anyone know any tricks to get around this issue, or do I simply have to hard code everything I need in the calender template I'm using within the cgi-bin?
Alternatively, is it possible to tweak the way the Calenderscript SSI feature works so, for example, the "view calender" option in the admin menu points to the outside SSI page rather than the default template with the cgi-bin?
Any tips/info appreciated. Thanks.