View Single Post

  #5 (permalink)  
Old 07-20-2004
f00l
 
Posts: n/a
Default Re: server side includes[newbie]

My website isnt exactly for public use, its more just a hobby at the moment,
so should i just make all html documents get parsed for ssi?

Greg

--

" If at first you dont succeed,
destroy all evidence you ever tried....."


"Claire Tucker" <fake@invalid.invalid> wrote in message
news:hknnf051453879ereql0nci85vm92s12og@4ax.com...
> On Mon, 19 Jul 2004 21:00:08 +1000, "f00l"
> <ecliptical_galaxy@hotmail.com> wrote:
>
> >the includes, could it be that i need to rename all the pages to shtml

not
> >just index.shtml??
> >as for those uncomments, i already uncommented them....if that makes
> >sense...
> >

>
> Yes, you will need to either name your files with an .shtml extension
> or add more extensions to the list of those which go through the
> INCLUDES filter. You can add 'html' to the list if you like, but
> beware that then *every* HTML document served will go through the SSI
> engine which will use more system resources per request than just
> copying the file directly.
>
> Best of luck,
> -Claire