I'm having issues trying to view my website with php code in html files. I have added the following condition to the .htaccess file:
<FilesMatch "\.(html|htm)$">
ForceType application/x-httpd-php5
</FilesMatch>
When I try to view the website, it just downloads a file and nothing is shown. I...