PDA

View Full Version : how to enable SSI support


free2seek
06-28-2003, 02:38 AM
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 (http://fungreetz.com ) and view the source....

the ssi code just won't not execute?

help please

The Prohacker
06-28-2003, 02:42 AM
You will need to make sure this line is uncommented in the httpd.conf

AddHandler server-parsed .shtml

free2seek
06-28-2003, 01:38 PM
AddHandler server-parsed .shtml is uncommented
AddType text/html .shtml is uncommented


Is there anything wrong?

DirectAdmin Support
06-28-2003, 01:58 PM
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

l0rdphi1
06-29-2003, 06:00 PM
Thank you John. That works great :)

Phi1.