Computing.Net > Forums > Web Development > Apache2 .htaccess/.htpasswd files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Apache2 .htaccess/.htpasswd files

Reply to Message Icon

Name: magixernie
Date: October 7, 2004 at 22:50:42 Pacific
OS: Windows XP Pro
CPU/Ram: 900MHZ/384MB
Comment:

Could someone show me the light.

I'm running Apache2 on Winxp. I have 3 domains that I'm currently trying to host. One of them is my personal website. I have some files that I'd like to password protect. I create my .htaccess file as shown:

AuthType Basic
AuthName "Games"
AuthUserFile D:\Apache2\htdocs\Magixernie\Games
require valid-user

I also created my .htpasswd file in DOS with the "htpasswd -c" command and it creates the .htpasswd file just fine. I put both the .htaccess and .htpasswd file in the directory I want to protect. When I type in the url, it brings up the Username/Password box just fine, but when I enter the username and password, it just pops back up again. After 3 times, I get "Authorization Required" error. Is there something I'm missing? Do I have to edit the httpd.conf in any way to make sure everythings o.k. Please help anyone.



Sponsored Link
Ads by Google

Response Number 1
Name: snipes
Date: October 8, 2004 at 05:42:44 Pacific
Reply:

did u put your password and user in the httpd.conf ?


0

Response Number 2
Name: magixernie
Date: October 8, 2004 at 06:39:31 Pacific
Reply:

No I didn't. So the usernames and passwords also need to go in the httpd.conf file? I didn't know that. In which section do you specify these usernames and passwords?

BTW, thanks for your reply.


0

Response Number 3
Name: snipes
Date: October 8, 2004 at 07:53:09 Pacific
Reply:

no , look here for info howto http://www.whoopis.com/howtos/apache-auth.html


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Apache2 .htaccess/.htpasswd files

Path to .htpasswd file www.computing.net/answers/webdevel/path-to-htpasswd-file/2204.html

.htaccess ? www.computing.net/answers/webdevel/htaccess-/569.html

help with .htaccess/ .htpasswd www.computing.net/answers/webdevel/help-with-htaccess-htpasswd/551.html