On Wed, Nov 20, 2002 a las 08:07:04PM +0100, Calber Chainy wrote:
> Buenas lista:
>
> Mi problemas es el siguiente, teniendo en mi directorio www otro que se llame
> "pepe", poniendo directamente:
>
> http://midominio.com/pepe
>
> No va al directorio "pepe" a buscar un index sino que busca directamente un
> archivo que se llame "pepe".
>
> Alguien sabe que opcion tengo que tocar para modificar eso?
>
> Muchas gracias.
>
> Chainy.
>
Hola,
Creo que ten�s que habilitar la opci�n de poder navegar directorios.
En mi httpd.conf tengo lo siguiente:
------------------------------8<-------------------------------------
<Directory /var/www/>
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes Includes FollowSymLinks MultiViews
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options",
# "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride None
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
------------------------------8<-------------------------------------
En este momento no recuerdo si la opci�n es MultiViews o Indexes.
En la documentaci�n de Apache ha de estar bien explicadito.
�� Suerte !!
--
Arlequ�n _o)
[EMAIL PROTECTED] / \\
http://counter.li.org/ _(___V
Linux Registered User #207262
Public GnuPG key: http://www.keyserver.net Key ID: 0xB9EA5318
Fingerprint = BCAB 5BAD 681E BAD1 03F4 8797 AB30 D142 B9EA 5318