Top ".htpasswd" questions

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

Exclude folder from htpasswd

I need to password protect a website with a username/password but need to keep the "/assets" folder accessible as …

apache .htaccess .htpasswd
How to use htpasswd protection in Tomcat?

I have already created a user database file using Apache's htpasswd command. This file is now used by several other …

security tomcat .htpasswd security-constraint
Adding a salt to .htpasswd?

Is it possible to add a salt to passwords in .hpasswd files? I assume not since the server would need …

encryption hash salt .htpasswd
password protect a single file using .htaccess

I have tried to password protect a single file using .htaccess. But when accessing the file the browser just redirects …

.htaccess passwords cpanel .htpasswd
htaccess htpasswd no prompt

I'm trying to protect a folder using '.htaccess' and '.htpasswd'. I used http://www.tools.dynamicdrive.com/password/ …

.htaccess login prompt .htpasswd
How to make Basic Auth exclude a rewritten URL

I have a Basic Authentication setup on a development server. It is setup inside my httpd.conf file for the …

apache .htaccess authentication mod-rewrite .htpasswd
How to access htpasswd-protected page automatically

I have a passwordprotected directory with htaccess and htpasswd. The htaccess looks like this AuthUserFile /usr/local/you/safedir/.htpasswd …

.htaccess iframe .htpasswd
htaccess password protect files with different users

I have a files server and I use mod_autoindex to server the files. I have a username and password …

apache .htaccess authentication .htpasswd
CentOS Subversion, Basic Auth Password file not working

So i have SVN installed and using HTTPD for a remote repository. All works well, until i use the password …

linux apache svn centos .htpasswd
Nginx password protect root, and separate password for subdirectory

I'm trying to set up basic HTTP authentication with Nginx that's multi-layered. I'd like to have one username & password …

nginx .htpasswd