Hmm.. I tried to write the following pieces of code in a .htaccess
AddType text/html .shtml
AddHandler server-parsed .shtml
(which makes nothing)
... I tried
Options +Includes
AddType text/html .shtml
AddOutputFilter INCLUDES .html
...which made an Internal Server Error on _every_ page.
So...how do I enable SSIs?
(With no .htaccess it does still not work on debian)
thank you in advance for help...