
Luke
Staff
/ Moderator

Aug 7, 2002, 1:44 PM
Post #5 of 5
(2884 views)
Shortcut
|
|
Re: [jferry] SSI in Search Results
[In reply to]
|
Can't Post
|
|
Hi jferry, HTML output by CGI scripts can't call standard SSIs. e.g. <!--#include virtual="/path/filename.html" --> So the HTML output by the search.cgi script won't be able to call SSIs like the one above. It is possible, however, to include SSI files into the search output. Although the search engine doesn't technically support SSIs it can include other "template" or published files with a special tag. You might notice in some of the templates we use both. One works for the web server and one for the cgi script. Here's an example of how it looks. <!-- template include : /path/filename.html --> I'm here to help, so let me know if this works. :) Luke Holzken Product Development
|