SSI / .shtml files not being parsed?
hey there everyone,I've used the latest apachetoolbox to compile apache (+php etc) and I also included mod_include to actually use server side includes within .shtml files. Apache itself works fine, so does php, but for some reason... the SSI-commands in .shtml files aren't executed.. but appear in the source code of the delivered sites... so basically they ain't working.
the httpd.conf does include the following though:
AddType text/html .shtml
AddHandler server-parsed .shtml
sooo what might be the reason that .shtml files "don't work" ?
cheers & thanks,
-joerg