Can't get Apache includes working?

All MAMP discussions around troubleshooting and anything related to MAMP. Be as detailed as possible here when posting an issue.
Post Reply
kippewit
Posts: 1
Joined: Fri Jan 19, 2024 6:52 pm

Can't get Apache includes working?

Post 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)
Post Reply