T tina Well-Known Member Apr 27, 2010 #1 Apr 27, 2010 #1 The FAQ needs to be updated to say that SSI is supported: http://www.litespeedtech.com/faq.html#ssi Last edited by a moderator: Apr 28, 2010
T tina Well-Known Member Apr 27, 2010 #2 Apr 27, 2010 #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.
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.
M mistwang LiteSpeed Staff Apr 28, 2010 #3 Apr 28, 2010 #3 cPanel's error pages are shtml and work properly. Does the file has .shtml suffix?
T tina Well-Known Member Apr 28, 2010 #4 Apr 28, 2010 #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
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