[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Server Side Includes



Thanks.. 8-) It was...

Any problem if I make:

 AddHandler server-parsed .shtml .htm .html
 AddType    text/html     .shtml .htm .html

on /etc/httpd/conf/srm.conf?

----- Original Message ----- 
From: Dan <dan@xxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, August 23, 2000 12:44 PM
Subject: RE: [cobalt-users] Server Side Includes


> > 
> > Page are named index.html, and I try changing name to index.shtm and no
> > work.
> > 
> > 
> > <!--#include virtual="start.htm" -->
> > 
> 
> Have you tried index.shtml?
> 
> AddHandler cgi-wrapper .cgi
> AddHandler cgi-wrapper .pl
> AddHandler server-parsed .shtml
> AddType    text/html     .shtml
> </VirtualHost>
> 
> No .shtm
> -- 
> Dan Kriwitsky
>  
> 
> 
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>