El Mon, 31 Oct 2011 13:03:39 -0400, AV escribió: > SOLUCIONADO.- > > TENIA ESTO: > > <Directory /home/webserver/repositorio/> > Options FollowSymLinks MultiViews > AllowOverride None > Order allow,deny > allow from all > </Directory> > > > y ahora es asi: > > > <Directory /home/webserver/repositorio/> > Options Indexes FollowSymLinks MultiViews AllowOverride > None > Order allow,deny > allow from all > </Directory> > > > solo faltaba agregar "Indexes" en Options FollowSymLinks MultiViews > > > Saludos y gracias a todos los que me ayudaron...
A mandar :-) Saludos, -- Camaleón -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

