Page 1 of 1

server side include not appearing in .shtml page.

Posted: Wed Mar 10, 2004 2:27 am
by victor
I've added a server side include to my shtml page:

<!--#include virtual="Overheader.php" -->

my settings for http.conf in Apache is:

1 Options Indexes FollowSymLinks MultiViews Includes

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

the Overheader.php results still does not appear in my shtml page, what's missing? Please help.