htpasswd is a command line program of the Apache HTTP server. It is used to create and update the flat-files used to store usernames and password for basic authentication of HTTP users.
0
votes
2answers
45 views
403 forbidden - Nginx - using correct credentials
I am trying to password protect a directory on my Nginx powered site that contains things like phpMyAdmin, MemcacheMyAdmin, and more admin utilities.
This directory is placed in the root of my site ...
0
votes
1answer
18 views
.htaccess and environment variables (do X if Env isnt)
Morning,
I've got 2 entries in my .htaccess file, and I want to make them a little more dynamic.
Firstly I've got a non-www to www. redirect
<IfModule mod_rewrite.c>
RewriteCond %{HTTPS} ...
0
votes
0answers
15 views
Apache: Password Protect Multiple URL Paths
I need to set up HTTP authentication for multiple URL paths (not actual directories). I have a WordPress installation with a couple of pages that have sub-pages and attachments, all of which fall ...
0
votes
3answers
38 views
Apache User change/create password on first login
I have an index.php page for which i need to add user authentication
I have about 80 users that will need access to this page.
I want the users to change the password when they first connect to my ...
0
votes
0answers
22 views
Firefox asks htpasswd user/pwd multiple times when running Selenium tests
I'm running Selenium RC tests on a unix server through Jenkins in Firefox. From one point almost all tests started failing. I connected to X and saw that Firefox is asking for the htpasswd user/pwd ...
0
votes
0answers
39 views
Allow access to 'subdirectory' created by URL router with Apache
I have a development server for a website I am re-developing with an API backbone. I want the domain to be protected from outside access, so I require a valid htpasswd user on all domains hosted on ...
0
votes
0answers
16 views
facing issue with htpasswd in wordpress site
I am trying to develop http authentication in one of my wordpress site.
I have done below code for this.
in my .htaccess file at root folder.
# BEGIN WordPress
<IfModule mod_rewrite.c>
...
0
votes
0answers
28 views
htpasswd: wrong credentials created
I was trying to setup svn on a machine running Linux Fedora 18. I created and added new users by using htpasswd. So basically what I did was:
$ htpasswd -c passwd admin.
where passwd is the file ...
0
votes
0answers
29 views
htpasswd bypass upon clicking on cancel
I've protected some site URLs using htpasswd.
e.g. http://www.welcome.com/photos/id/100
and I've to password protect many such URLs; like one use/pwd for one url
<LocationMatch ...
0
votes
1answer
53 views
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 for the entire site except for a certain subdirectory (URL), and a ...
0
votes
1answer
97 views
htaccess gives 500 - Internal Server Error
I am protecting a html file with htaccess and htpasswd. When I try accessing it, after putting both user and password, instead of loading the "index.html" file I get a "500 - Internal Server Error"
...
0
votes
2answers
167 views
.htpasswd and .htaccess - internal server error
hoping someone might be able to help figure out the problem here! I've been googling for over 2 hours and nothing I try is working...
I want to password protect my website, but as soon as I add in ...
0
votes
0answers
17 views
Making htaccess/htpasswd look better
Is it possible to continue using the .htpasswd and .htaccess files but instead of the bowser built in popup have the username and password integrated into the webpage?
1
vote
1answer
18 views
How to allows access to a folder with htaccess
I have an htaccess to prevent access to a folder.
Howerver, I would like to one subfolder is allowed to be accessed.
Here is my htaccess file. How can I modifiy it to
AuthName "Private Zone"
...
2
votes
1answer
113 views
How do I parse and use htpasswd files in C#
I want to use Apache's htpasswd util with my custom BasicAuthenticationAttribute in MVC. However, based on the htpasswd documentation, I am unsure how to compute a password hash for comparison to the ...
0
votes
1answer
40 views
Htaccess and htpasswd authentication fail
I have the following code to protect my application:
.htaccess:
AuthType Basic
AuthName "My Protected Area"
AuthUserFile .htpasswd
Require valid-user
.htpasswd:
...
0
votes
0answers
19 views
Guest page htpasswd
If visitors close out the auth dialog or simply enter incorrect credentials, could I have my htaccess forward them to a different page?
My .htaccess
AuthType Basic
AuthName "Enter the credentials ...
0
votes
1answer
138 views
Convert passwords from htpasswd to htdigest
On a Server I like to switch from Apache auth_basic to auth_digest for security reasons.
Is there a way to convert the old .htpasswd file to the htdigest format?
1
vote
1answer
60 views
.htaccess & .htpasswd not accepting login data
I'm trying to password protect my website: http://www.massmindmanipulation.com
I've created a .htacces & a .htpasswd file, and the login box pops up when I visit the website.
But when I enter ...
0
votes
1answer
115 views
Create .htpasswd files within C#
For a small tool to automate website deployment I'd like to generate .htaccess and .htpasswd files.
How do I create the hashes for the passwords in my code?
0
votes
0answers
25 views
Using .htaccess to authenticate specific GET request
I'm working on securing a client's CRM system that was written by a third party a couple of years ago after they had some SQL injection attempts.
The app was written in PHP / MySQL (No framework), ...
0
votes
1answer
163 views
Some IE9 users unable to log in with htpasswd with some credentials
Some IE9 users unable to log in to a folder which is htpasswd protected
I have normal htaccess/htpasswd protected folders. Some IE9 users are finding that one set of credentials (user/pass) is not ...
1
vote
2answers
54 views
Best way to have different .htaccess files for different servers?
I have a website under source control (Git) and using two branches for two different servers. The master branch reflects the production website, and the develop branch is what’s deployed to our test ...
0
votes
0answers
47 views
htaccess file protecting but no pass prompt
Hi I have the following in a .htaccess file:
AuthType Basic
AuthName "restricted area"
AuthUserFile /web/clients/.htpasswd
require valid-user
this works in making the directory private, however I ...
0
votes
1answer
38 views
Htaccess to use the hosting for live testing
I would use the hosting for live testing, but I want to protect access and prevent search engine indexing.
For example (server directory structure) within public_html:
_private
_bin
_cnf
_log
_ ... ...
0
votes
1answer
39 views
htpasswd on port number
Is it possible to use htpasswd, or some kind of htaccess rule to secure a specific port number. For example I have database profiler running on port 5533, and would like to stop the public accessing ...
0
votes
1answer
90 views
Login with htaccess + welcome message with php
I have a htaccess and htpasswd file.
I want that if e.g.: user1 logs in give a message that Welcome 'user1'!
My main problem is that I don't know how to tell to the php file that user1 is logged in ...
0
votes
1answer
126 views
Wordpress RewriteRule Conflicts with .passwd
In my root .htaccess file I have the following Wordpress code:
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . ...
0
votes
1answer
229 views
Htaccess/Htpasswd AutoType Basic Doesn't Work in Chrome
Okay, so I'm protecting a webpage with a basic .htaccess/.htpasswd combination.
My .htaccess file looks something like this:
DirectoryIndex index.php
AuthUserFile HOMEDIRECTORY/.htpasswd
AuthName ...
0
votes
0answers
125 views
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 to the home page of the website. I have my .htpasswd on my webroot. My .htaccess ...
1
vote
0answers
86 views
Htaccess: keeps asking for Login info
I have a website and i have a problem with my Htaccess login. I put in the Username and password and it asks again and again.
here is my code:
.htaccess
AuthUserFile /webspace/httpdocs/****doman ...
0
votes
2answers
571 views
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 file. This is not working at all. Apache's error_log says
(13) Permission Denied: Could not ...
1
vote
1answer
96 views
What is the more efficient/secure way to create a Members Area with a single login? [closed]
I'm currently working on a simple website for my son's soccer club.
I need to create a Members Area to provide the club members with "private" information. The club's board wishes to have only one ...
0
votes
0answers
220 views
Missing 'WWW-Authenticate' header for 401
I have a project which is protected by std AuthUserFile-directive in .htaccess.
Everything is quite simple and has already been fine on another server. Here is the content of my .htaccess:
The ...
-1
votes
1answer
204 views
Different .htpasswd for subfolder? [closed]
The root folder of a web app is protected with a .htaccess/.htpasswd file. That works fine even with sub-folders, and everything is perfect.
Now I have to password protect a subfolder using a ...
0
votes
1answer
91 views
Authenticate Subdirectories
Here's a picture of a folder inside the root directory my website:
I want to have htaccess require an authentication to access any of these folders. So no one can type in www.domain.com/Folder/CSS ...
1
vote
1answer
77 views
Authentication multiple files
So rather than excluding one file from the entire authentication like I tried to here. I've just decided to add specific files to the authentication like this:
<Files ...>
</Files>
The ...
0
votes
4answers
226 views
Password Protecting Web Directories and Files
A user enters my website and arrives at the home page, he/she should always and only be at home page. All other files are scripts that are run by the homepage but the user should never navigate to ...
-3
votes
1answer
284 views
Get username used for HTTP Authentication with PHP? [closed]
I am using basic HTTP Authentication (From my htaccess file) and would like to get the username with PHP. e.g. if I logged in with username: user123 and password: password, I would like the PHP script ...
0
votes
1answer
76 views
How can I debug htpasswd access?
I have a site hosted on hostgator that I've set up with a directory to use htaccess/htpasswd for authentication. It's working fine but only for a user named test.
Here's the relevant htaccess
...
0
votes
0answers
91 views
Self-service htpasswd management
In the constraints of a lab environment, I'm using HTTP authentication on Apache to get to gerrit. However, it would be useful to allow users to manage their passwords themselves. Is there some common ...
1
vote
1answer
435 views
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
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType ...
1
vote
1answer
63 views
Restrict HTML files access
I have a portal with Login Authentication and after the user login to the website we are providing few links to the HTML files. This works perfect.
My concern is User's are able to access the HTML ...
2
votes
2answers
2k views
Proper .htpasswd usage
Assuming a small (pages < 5) site, what is the proper usage of .htaccess and .htpassword? I recently watched a tutorial from Nettuts+ where this sample code was given:
.htaccess
AuthName "Login ...
1
vote
1answer
163 views
.htaccess and .htpasswd ignore subfolders
I want to ignore folders on my website, but as I often create subfolders on it, I want to ignore subfolders too.
Here's my .htaccess :
AuthType Basic
AuthName "Auth Required"
AuthUserFile ".htpasswd ...
1
vote
1answer
380 views
htaccess Digest authentication
I'd like to protect a folder by .htaccess. The following doesn't work. It displays the login dialog in a browser, but it looks as if the username and password don't match. When I changed the method to ...
0
votes
1answer
1k views
How do I use “if else” type statements in my .htaccess?
I've scoured StackOverflow for an answer to this and seen many questions come close, but nothing is working for me yet.
I'd like to have my .htaccess apply different rules based on the domain calling ...
0
votes
1answer
140 views
htaccess does not require login when using POST
I'm new to this so I'm hoping that this is just a issue of me not editing a config file properly. I have a protected directory in my cgi-bin called /auth. The auth directory has an .htaccess file in ...
0
votes
1answer
806 views
Can an htpasswd apply to all URLs except one?
I have an htaccess setup for my domain, but I want one specific URL to not have htpasswd protection. That URL is a rewritten URL and doesn't have an actual directory associated with it.
Is there a ...
1
vote
1answer
217 views
how to use Oracle's dbms crypto to create htpasswd compatible passwords
Is there any way to use Oracles DBMS_CRYPTO PL/SQL package to create passwords
that are compatible with apache's htpasswd? So in a PL/SQL package I create a hashed password which when later stored in ...

