Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/01/2010, 08:39
El-FeNiX
 
Fecha de Ingreso: enero-2008
Mensajes: 381
Antigüedad: 16 años, 10 meses
Puntos: 19
Respuesta: Código PHP dentro de archivos .HTML y .HTM Cómo hago para que se ejecute ?

Pues nunca lo habia puesto asi, pero he añadido esos tipos como tu has puesto a http.conf y reiniciado Apache y me funciona perfectamente.

Asi

Cita:
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
</IfModule>