Aprire il file httpd.conf ed aggiungere il seguente codice appena dopo un </IfModule>:
<FilesMatch “\.html$”>
SetHandler application/x-httpd-php
</FilesMatch>
Blog Tecnologia – Informatica – Elettronica – Automazione
Annunci sponsorizzati
Aprire il file httpd.conf ed aggiungere il seguente codice appena dopo un </IfModule>:
<FilesMatch “\.html$”>
SetHandler application/x-httpd-php
</FilesMatch>