• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

parse .html with PHP

D

DenRomano

Guest
Where is the best place to add the .html to allow php parsing of all html files

AddType application/x-httpd-php .php .html

Dennis
 
if you want to change it for server wide you can add to mime.types otherwise you can just add to an htaccess file.
 
Back
Top