Originariamente inviato da Sgurbat
Uso Apache 2.0 con PHP 4.3.9 sotto Win Xp Home e vorrei sapere come fare ad impostare Apache per far si che processi con il parser php anche le pagine con estensione htm e html

Grazie.
In apache 1.*.* c'è questa direttiva:
codice:
AddType application/x-httpd-php .php
modificala così
codice:
AddType application/x-httpd-php .php .htm .html
ci puoi mettere tutte le estensioni che intendi parsare.
Comunque non è molto bello far parsare anche gli html...