Tema: duda simple
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/06/2003, 13:38
vic_mx
 
Fecha de Ingreso: mayo-2003
Ubicación: Cuernavaca, Mor.
Mensajes: 117
Antigüedad: 20 años, 11 meses
Puntos: 2
Segun lo que entendi en las paginas en Ingles es que mdificas esto asi en httpd.conf

Código PHP:
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.php index.php3 index.phtml
AddType application
/x-httpd-php .php .php3 .phtml .htm .html
AddType application
/x-httpd-php-source .phps
</IfModule
Tambien entendi que se hacia un .htaccess asi:

RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html

esto es correcto, corrijanme si entendi bien o no.