on my site the topbar, menu and footer as php include instruction in html, is not working for the *.html files only the index.html
In the chrome inspector i see that de php include is shown as command! when is rename the agenda.html -> agenda.php the php_menu, php_topbar and php_footer are working again
in the past i have to put a "addhandler" in the ".htaccess"
How can i make al html to run as a php
index.html
<!--Top bar start-->
<?php
include 'php_topbar.php';
?>
php_footer.php
https://www.sportenmoedig.be/php_footer.php
php version: https://sportenmoedig.be/version.php
Current PHP version: 7.3.23
.htaccess
AddHandler application/x-httpd-php .php .htm .shtml .html