hola, es eso, estoy intentando que pida user y pass en una carpeta de apache 2.0.45 en win2003 advanced server y pedir me la pide, pero no me deja entrar, creo que lei hace tiempo que desde una version xxx de apache teneia que ser encriptado para que funciona... pero no lo se seguro... les dejo las lineas de configuracion del apache y los ficheros para que les echen un ojo...
es mi pc, por lo que aun entiendo menos
httpd.conf
#
# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives. See also the AllowOverride
# directive.
#
AccessFileName .htaccess
#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
AllowOverride AuthConfig
AuthUserFile /users/bravosoftweb/security/.htpasswd
# Controls who can get stuff from this server.
Order allow,deny
Allow from all
</Directory>
--------------------------------------------------------------
.htaccess
AuthUserFile /users/security/.htpasswd
AuthName "Directorio Seguro"
AuthType Basic
<Limit GET>
require valid-user
</Limit>
--------------------------------------------------------------
.htpasswd
pedo:entra
quien me echa una mano...