Enabling SSI?
Hi,I have been trying for ages with no luck to enable SSI and I have searched everywhere and double checked everything and I am still unable to get it to work. I need cgi executables to work with server side includes as it currently is still showing the exec cmd code. I have the following in the httpd.conf file in the particular accounts virtualhost tags :
<Directory /home/user_name/public_html>
AddType text/html .shtml
AddHandler server-parsed .shtml
Options +Includes ExecCGI
AllowOverride All
</Directory>
And I have the following in the .htaccess file for the domain requiring SSI enabled in its public_html dir :
AddType text/html .shtml
AddHandler server-parsed .shtml
Options +Includes ExecCGI
I have searched thru the httpd.conf file and made sure that everything required is uncommented so it should work! Does anyone have any suggestions as to how to fix this and get SSI working? I am sure I have everything right, but I must be missing something! AllowOverride is set to All both in the <Directory> tags and the .htaccess file, To use server-parsed HTML files is uncommented in httpd.conf so I am out of ideas as to why this isnt working!
If anyone can provide some feedback as to what the problem could be it would be much appreciated thanks!