Apache Server configuration support - No dialog for user/password with .htaccess on apache 1.3.22 for Windows

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > August 2006 > No dialog for user/password with .htaccess on apache 1.3.22 for Windows





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author No dialog for user/password with .htaccess on apache 1.3.22 for Windows
Mike

2006-08-17, 7:41 am

Hello

I never receive the dialog for the username and password, what is wrong?
This is my actual configuration.

***** httpd.conf *****
#
# 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
AllowOverride AuthConfig

***** .htaccess *****
AuthType Basic
AuthUserFile "d:/web/.htpasswd"
AuthName "Member Area"

<limit GET POST>
require valid-user
</limit>


***** .htpasswd *****
myname:mypassword

..htaccess is located in the directory d:/web/xyz/intern/.htpasswd and this
is also the protected directory.


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com