Page 1 of 1

Can't get Apache includes working?

Posted: Fri Jan 19, 2024 6:55 pm
by kippewit
Hi

I'm working with a CMS and a cache plugin. The cache plugin can use SSI (server side includes), however, I don't get this working at all. The GUI for Apache says Includes is "On", I have added

Code: Select all

AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
to httpd.conf
However, the plugin still says SSI was NOT detected on the sever. Any help?

(For reference, this is the plugin: https://putyourlightson.com/plugins/bli ... d-settings)