Hallo,
Laut Online-Doku dürfen diese Direktiven aber auch in der .htaccess verwendet werden. Was mache ich also falsch?
Server Side Includes example
http://httpd.apache.org/docs-2.0/howto/htaccess.html#ssi
Another common use of .htaccess files is to enable Server Side Includes for a particular directory. This may be done with the following configuration directives, placed in a .htaccess file in the desired directory:
Options +Includes
AddType text/html shtml
AddHandler server-parsed shtml
!!!!!
Note that AllowOverride Options >>> and AllowOverride FileInfo <<<< must both be in effect for these directives to have any effect.
Das könnte es bei dir gewesen sein.
Grüße
Thomas