Koozali.org: home of the SME Server

Does SME Server 7.1.3 support SSI?

veryleft

Does SME Server 7.1.3 support SSI?
« on: May 22, 2007, 11:00:07 AM »
Im looking at a website that needs SSI for apache.

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Does SME Server 7.1.3 support SSI?
« Reply #1 on: May 22, 2007, 02:43:52 PM »
Yes, but the extention must be shtml.
If you think you know whats going on, you obviously have no idea whats going on!

veryleft

Does SME Server 7.1.3 support SSI?
« Reply #2 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?

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Does SME Server 7.1.3 support SSI?
« Reply #3 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
If you think you know whats going on, you obviously have no idea whats going on!