I'm using no template engine, but I have an index.php file, which requires my "index.tpl" file. So I can divide php and html code. In the index.tpl file I can use the php short-syntax and everything works fine... I have so say: worked. I had to reinstall my server (my SD-card of the PI was broken) and now this way doesn't work anymore. The php-code in the .tpl-files isn't executed anymore.
How do I have to configure my apache
, that the code gets executed? Strangely I never had this problems in any installation before.
UPDATE:
I just tested: php code in .html-files doesn't work either.