On 2/6/06, Bill Wohler <[EMAIL PROTECTED]> wrote: > Is it possible to mix both SSI and PHP in a .shtml file? If so, do you > have any configuration suggestions?
I've tried various Apache configuration options and have not been able to get this to work. Some searching suggests that the only way to do it is by creating SSI pages that include PHP: <!--include virtual="foo.php"--> It's too bad there isn't a way to tell PHP to try and parse SSI. Heh.