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

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