Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/07/2007, 02:50
Avatar de minkweb
minkweb
 
Fecha de Ingreso: septiembre-2005
Mensajes: 443
Antigüedad: 18 años, 7 meses
Puntos: 14
Problema .htaccess

buenas, no se si es el lugar adecuado para postear este problema, pero tengo un problema con el . htaccess y el .htpasswd en el Appserv para proteger una carpeta

me dice lo siguiente
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

... no se si estoy colocando mal el archivo raiz d el .htpasswd

aki les dejo los codigos


. htaccess
Código HTML:
AuthUserFile /www/web2/respaldos/.htpasswd
AuthGroupFile /dev/null
AuthName Mi Web * Carpeta Protegida\"
AuthType Basic
<Limit GET>
require user administrador
</Limit>


. htpasswd
Código HTML:
administrador:passwordencriptado


No se x q me da error =(.. de verdad necesito ayuda con esto, espero puedan otirgarmela.. saludos

PD: estoy usando la ultima version del Appserv