744687 0 Newbie Poster

Hello,
Im currently trying to use SSI in Mongoose, Sadly I cant get it to work with all the will in the world, this is my current set up:

ssi_ext shtml
is specified in the conf file.

ssi.shtml

<html>
<body>
hello
<!--#include "world.htm"-->
<!--#include virtual="/world.htm" -->
<!--#include file="C:\srv\web\mongoose\root\world.htm" -->
</body>
</html>

world.htm

world

The result is just hello, no comments in the source, so i guess it parsed something, but no "world" for me,

Both files are in the same directory.

Can anyone get SSI to work in mongoose? would be good to even hear that, at least then i know that its something i did and not the program.

Any help is greatly appreciated,
744687

PS,
Im sorry if this is in the wrong section, I did my best to find a fitting one, but this was as close as i got.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.