[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Server Side Includes and my being a total spaz



Hi,
 
I know this is something very simple but after reading through the cobalt documentation as well as several other sources I am stumped.
 
I can not get SSI to execute on my server no matter what I do. Here is my current configuration:
 
SRM.CONF
 
AddType text/html .shtml
AddHandler server-parsed .shtml
 
ACCESS.CONF
 
# Options Indexes SymLinksIfOwnerMatch Includes
Options Indexes FollowSymLinks Includes
Options Indexes FollowSymLinks ExecCGI
(Note: I changed the Options command when SymLinks didn't work. I did try with symlinks set up though)
 
 
HTTPD.CONF
 
(Under each site entry I have)
AddType    text/html     .shtml
AddHandler server-parsed .shtml
 
--------------------------------------------------------------------------------------------
 
I have the include set up as <!--#include virtual="file.shtml" --> in my shtml file.
 
If anyone can give me some input on this I would appreciate it very much.

Thanks in advance,


Gerard Onorato