I will try this shortly
Main Topics
Browse All TopicsI'm running xampp which also installs apache, on my local Windows XP computer.
When I ran the Admin, and went to Security section, it allowed me to protect the xampp directory. I did so. It created a htaccess and a xampp.users file.
So, I wanted to try and protect a different folder to protect a private webpage. I copied the .htaccess file into that directory and it works. However, I wanted to create a different users file so only certain users can get into this private folder to see the web page.
I tried re-creating a .users file and then telling the htaccess file to point to that one instead, however, now whenever I try entering in the username/password (I tried generating from different websites) it doesn't load.
The htaccess file only seems to authenticate if I point to the xampp.users file that Xampp created.
Can I not create a separate user file somewhere? I don't want to only user one user file.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
here is online tool for you
http://blog.jlbn.net/?p=75
Business Accounts
Answer for Membership
by: caterham_wwwPosted on 2009-09-11 at 13:16:50ID: 25313156
> I tried generating from different websites
cs/2.2/pro grams/htpa sswd.html
You should use the tool shipped with apache (htpasswd.exe). Make sure you're generating an md5 value via the -m option. See http://httpd.apache.org/do
Also, check your error.log.
> it doesn't load.
=The server replies with HTTP 401?