Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/08/2014, 06:21
Avatar de fbedia
fbedia
 
Fecha de Ingreso: julio-2010
Mensajes: 159
Antigüedad: 13 años, 9 meses
Puntos: 8
Respuesta: Php incrustado en html

Entre las etiquetas que comentas:

Código Apache:
Ver original
  1. <IfModule mime_module>
  2.  
  3.     TypesConfig conf/mime.types
  4.  
  5.  
  6.     AddType application/x-compress .Z
  7.     AddType application/x-gzip .gz .tgz
  8.     AddType application/x-tar .tgz
  9.     AddType image/x-icon .ico
  10.     AddType application/vnd.wap.wmlc .wmlc
  11.     AddType application/x-httpd-php .phtml .pwml .php5 .php4 .php3 .php2 .php .inc
  12.     AddType text/vnd.wap.wml .wml
  13.     AddType text/vnd.wap.wmlscript .wmls
  14.     AddType text/vnd.wap.wmlscriptc .wmlsc
  15.     AddType image/vnd.wap.wbmp .wbmp
  16.  
  17. </IfModule>

Importante:
Ten en cuenta que para que los cambios surgan efecto tienes que reiniciar el proceso de apache.
__________________
Follow me on twitter @franbedia