Top ".htpasswd" questions

.htpasswd is a flat-file used to store usernames and password for basic authentication of Apache HTTP Server.

Adding a user on .htpasswd

I am using .htpasswd to password protect certain directory on my server. However, I noticed that everytime I do this …

apache .htpasswd
How to use a RELATIVE path with AuthUserFile in htaccess?

I have a .htaccess that uses basic authentication. It seems the path to the .htpasswd file isn't relative to the …

.htaccess .htpasswd
How to logout when using .htaccess (and .htpasswd) authentication?

Possible Duplicate: HTTP authentication logout via PHP Hi I have a some functionality on my website protected using .htaccess and .…

php authentication .htaccess logout .htpasswd
htaccess doesn't work - always wrong password

I am trying to password protect a directory, and have two files in the directory which should password protected it: .…

.htaccess login password-protection .htpasswd
nginx and auth_basic

I am trying to get basic authentication working with nginx in Ubuntu Jaunty. In nginx.conf, I added these two …

nginx basic-authentication .htpasswd
.htpasswd and .htaccess - internal server error

I want to password protect my website, but as soon as I add in the .htpasswd and .htaccess files I …

.htaccess .htpasswd
How to write "if...else" mod_rewrite statements in .htaccess

I've scoured StackOverflow for an answer to this and seen many questions come close, but nothing is working for me …

apache .htaccess .htpasswd
Apache 2.4 "..authentication failure..:Password Mismatch"

I am running Apache 2.4 in Windows Server 2008 R2. I am attempting to password protect a subdirectory and successfully did so …

apache .htaccess authentication .htpasswd
How do I figure out what user & group Apache is running as?

On DreamHost shared hosting, I'm setting up htpasswd, but Apache does not have permission to read the file. How do …

apache .htaccess permissions dreamhost .htpasswd
How to automate generation of htpasswd from command line without typing password?

I am trying to automate creating a password from the command line. I have tried the below but it still …

bash .htpasswd