Is this the proper way to do...
If anybody worked on SSI, pls share how you have handled this.ThanksYuv
Have you been able to ever make it work on your installation? If not, read the admin manual, as to how to enable it. Not too hard.
He obviously has been able to make it workAn issue is that (identical) SSI directive is honored upon either "Preview" or "Generate" Action but not both, depending onrelative or absolute path indicated in his "include virtual" command. Hence preview/generate forking and output variation
That said, each web server seems to take it's own view (Sub One will accept a "/a/b/c.html" path for a file include but Apache won't.
Thanks for all the points. Im using Apache server. I can understand that when preview, the file viewed is zz... and it is at the workarea root level, wheras when generated, the shtml file it is under a differrent hirarchy. so virtual will not work for both the cases. In this case if i use include file='/menu/leftmenu.html'Then it is not recognized the include command. Maybe as stated in the quote, does the INCLUDE command with FILE attribute wont work in apache? i cant see it in the apache documentations. Can anyone confirm pls.