I'm using 2.2.2 under Windows XP SP2, and I can't seem to get server side includes to work. Specifically file includes.
 
Here is a typical statement from a file called home.shtm:
 
    <!--#include FILE="./include/topnav_home.inc"-->
 
I think I've followed the directions on activitating the includes, but of course I could be wrong. Right where the comments indicate I've added:
 
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
 
I even added

    AddHandler server-parsed .shtml
 
because that was in my Unix http.conf. Still - nothing. Can anyone offer any advice?
 
Thanks.
 
Jack
 
 

Reply via email to