SSI includes not working on Debian with Apache
- by Mike
I'm trying to get SSI to work on Debian running Apache, however the .shtml files are not being parsed. From a PHP file with phpinfo() I can see that the following show up in the loaded modules section:
mod_mime_xattr mod_mime mod_mime_magic
In /etc/apache2/mods-enabled/mime.conf I have (among other things):
AddType text/html .shtml…