Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/07/2003, 09:57
Avatar de biblio
biblio
 
Fecha de Ingreso: enero-2002
Ubicación: Urano
Mensajes: 577
Antigüedad: 22 años, 3 meses
Puntos: 0
debes modificar el httpd.conf del Apache.
Código:
<IfModule mod_dir.c>
DirectoryIndex index.php index.php3 index.phtml
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
</IfModule>
Debe quedar algo así.

Saludos