Umm ... I seem to be in need of using SSI include to my index.php page on the site.
From what I read thru 07/2002 --- it was not possible to do this on non-Apache configurations as PHP virtual() is specific to Apache module.
I am trying to get this to work on IIS 6.0 environment and have tried few things -- which errors out as follows:
1> Warning: shell_exec(): Unable to execute '/calendar/calendar.pl?template=ssi.html'
2> Warning: main(): Failed opening '/calendar/calendar.pl?template=ssi.html' for inclusion (include_path='.;c:\php4\pear')
3> Warning: passthru(): Unable to fork [/calendar/calendar.pl]
I am sure there is someone out there who has done this before ...
What are my options? Workarounds? OR this just cannot happen? Ummm ... can I possibly have .shtml page with .php include for PHP portion AND then use SSI? Has anyone used this specifically with CalendarScript?
Thanks