For me the fix was the following:
In your .htaccess file near the bottom make sure that you remove ‘AddType text/x-server-parsed-html .htm .html‘ and on it’s place add ‘AddHandler server-parsed .html .htm‘.
Don’t know if this will help any…
This might be of some help to you, I know it fixed my problem (after three days of working on the problem!).
IN your .htaccess file near the bottom make sure that you remove ‘AddType text/x-server-parsed-html .htm .html’ and on it’s place add ‘AddHandler server-parsed .html .htm’.