Estimados, tengo un problema con apache 1.3.29, quise configurar la vista de directorios y el htacess, para unas cuentas que tengo, pero no me funciona a nivel de cuentas, solo a nivel de servidor?? A alguien le ha pasado???
Thanx. Jpt. DocumentRoot /var/www/html/ DirectoryIndex index.php index.html <Directory "/var/www/html/"> Options MultiViews Indexes FollowSymLinks IncludesNoExec AllowOverride AuthConfig Order allow,deny Allow from all </Directory> UserDir public_html <Directory /*/public_html> AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes FollowSymLinks IncludesNoExec <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS PROPFIND> Order deny,allow Deny from all </LimitExcept> </Directory> -- ----------------------------------------------------------------- Jorge Ponce T., Facultad de Matemáticas, P. U. Católica de Chile Av. V. Mackenna 4860, Santiago, Chile. Teléfono: (562) 354-4039; Fax: (562) 552-5916; [EMAIL PROTECTED]; http://www.mat.puc.cl/~jp -----------------------------------------------------------------

