Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: veryleft on May 22, 2007, 11:00:07 AM

Title: Does SME Server 7.1.3 support SSI?
Post by: veryleft on May 22, 2007, 11:00:07 AM
Im looking at a website that needs SSI for apache.
Title: Does SME Server 7.1.3 support SSI?
Post by: crazybob on May 22, 2007, 02:43:52 PM
Yes, but the extention must be shtml.
Title: Does SME Server 7.1.3 support SSI?
Post by: veryleft on May 23, 2007, 07:19:13 AM
Quote from: "crazybob"
Yes, but the extention must be shtml.


I wrote in file /etc/httpd/conf/httpd.conf

AddType text/html .shtml .html .htm
AddHandler server-parsed .shtml .html .htm

But after reconfiguring system this lines are missing. What's wrong?
Title: Does SME Server 7.1.3 support SSI?
Post by: crazybob on May 23, 2007, 01:48:25 PM
I don't think you need to do that. shtml is already reognized in httpd.conf. I am currently using a hit counter in a website that requires SSI, and have had no problems.

As for your changes being lost, they always will be unless use the templating system. See the documentation.

Bob