server side include not appearing in .shtml page.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
victor
Forum Commoner
Posts: 65
Joined: Fri Feb 13, 2004 1:36 am

server side include not appearing in .shtml page.

Post 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.
Post Reply