|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
(.htaccess/.htpasswd) I get a password promt, but my password doesnt work
I have a Windows XP Pro computer, and I am running Apache 2.0.55.
I have this in my .htaccess AuthName "Restricted Area" AuthType Basic AuthUserFile "C:/Program Files/apache Group/Apache2/htdocs/.htpasswd" AuthGroupFile /dev/null require valid-user And this in my .htpasswd admin EAo6RBsl4SvY |
|
#2
|
||||
|
||||
|
You've generated the password using the htpasswd application?
Code:
htpasswd path-to-.htpasswd-file someone I'm not sure how AuthGroupFile /dev/null will work on windows.... You may need to specify a proper Windows location, or perhaps erase that line.
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter! DevArticles Forum Moderator "The net is a waste of time, and that's exactly what's right about it." -- William Gibson |
|
#3
|
|||
|
|||
|
I generated the password on http://www.tools.dynamicdrive.com/password/
And I deleted that line and I still have the same problem |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > (.htaccess/.htpasswd) I get a password promt, but my password doesnt work |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|