[Resolved] SSI is supported, but FAQ says it isn't

tina

Well-Known Member
#2
Hmm actually SSI doesn't seem to be working.

Here is an example that doesn't work:

<!--#include file="header.inc"-->

There are no other SSI commands in the same file.

The server is running LiteSpeed 4.0.14 (no Apache) with cPanel 11.25.
 

tina

Well-Known Member
#4
Ah yes the problem was with the extension. The client was using .shtm. We added these lines to the .htaccess file and it works now:

AddType text/html shtm
AddHandler server-parsed .shtm
 
Top