in "c:\program files\apache group\apache\conf\httpd.conf" uncomment these two lines and restart apache:
AddType text/html .shtml
AddHandler server-parsed .shtml
that should enable server side includes support.
considering converting over from server side includes to 100% php.