how to enable SSI support

free2seek

Verified User
Joined
Jun 20, 2003
Messages
8
I have trying to enable ssi support but with no success?

I have been messing around with httpd.conf but no success?

visit fungreetz.com and view the source....

the ssi code just won't not execute?

help please
 
You will need to make sure this line is uncommented in the httpd.conf

AddHandler server-parsed .shtml
 
AddHandler server-parsed .shtml is uncommented
AddType text/html .shtml is uncommented


Is there anything wrong?
 
Our next update will fix this for everyone....
Change:

<Directory /home/*/public_html>
to
<Directory /home/*>

and in that Directive, change

Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec

to

Options MultiViews Indexes FollowSymlinks IncludesNoExec +Includes


John
 
Back
Top