Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/01/2005, 11:13
Remsankar
 
Fecha de Ingreso: octubre-2003
Ubicación: Cerca de una wifi o 3G
Mensajes: 328
Antigüedad: 20 años, 6 meses
Puntos: 4
cambia esto en el httpd.conf
el directory index puedes colocar cual es el archivo que manda en la carpeta, el orden es importante
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.php index.php3 index.php4 index.phtml
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php-source .phps
</IfModule>