![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/02/2008, 16:53
|
![Avatar de destor77](http://static.forosdelweb.com/customavatars/avatar78971_1.gif) | | | Fecha de Ingreso: noviembre-2004 Ubicación: Gálvez, Santa Fe, Argentina
Mensajes: 2.654
Antigüedad: 20 años, 3 meses Puntos: 43 | |
Re: .htaccess no se si sera la respuesta pero no probaste cambiar esto agregando la extension que queres usar:
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.php index.php4 index.php3 index.cgi index.pl index.html index.htm index.shtml index.phtml
</IfModule>
# |