Hallo, die Folge
<if "%{DOCUMENT_ROOT}=~ /usr/">
AddType application/x-httpd-php53 .shtml
FcgidWrapper "/home/httpd/cgi-bin/php53-fcgi-starter.fcgi" .shtml
<FilesMatch "\.shtml$">
SetHandler fcgid-script
</FilesMatch>
</if>
in .htaccess führt zu einem Abbruch, ohne das
<FilesMatch "\.shtml$">
SetHandler fcgid-script
</FilesMatch>
erfolgt kein Abbruch. Wie muss ich letzteres angeben, damit es akzeptiert wird?