Bonjour,

On utilise Apache 2.0, PHP 5.1.4
Php n'interprète pas mon code php dans un fichier .html
En faisant des recherches j'ai lu qu'il fallait modifier un AddType existant :
AddType application/x-httpd-php .php
en :
AddType application/x-httpd-php .php .html

Je redémarre Apache et je test.
Et mon code php apparait toujour lors d'un appel .html

Comme s'il ne tenait pas compte de ma modif.

AddType doit il être positionné dans le fichier à un certain endoit ?

maKyo