Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

htpasswd in Windows. Its not finding the password :¦

Status
Not open for further replies.

jt101

Programmer
Mar 15, 2002
4
0
0
US
I have created the password file and heres the code in my conf file to access it.

<Directory &quot;G:/Program Files/Apache/Apache/htdocs/winmember&quot;>
AuthName &quot;Dream Team&quot;
AuthType BASIC
AuthUserFile &quot;G:/Program Files/Apache/Apache/bin/passwords&quot;
require valid_user
</Directory>

When I try and log on it prompts me for user and pass but it dont seem to find the password file. Like help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top