SSI Problems..
Hi,I just setup my new server and i'm trying to get server-side includes to work. I added the following to my httpd.conf file but still nothing works:
Options +Includes
AddOutputFilter INCLUDES .shtml
AddHandler server-parsed .shtml
AddType text/html .shtml
I don't know if all of those are necessary but I had to try them. The server will read the .shtml files but won't do anything with the actual SSI commands I give them. Any ideas on what this could be?