.htpasswd Questions
2
Solved
My Question
Why .htaccess and .htpasswd does not accept my log-in info?
My sources to learn what should I do
http://www.addedbytes.com/blog/code/password-protect-a-directory-with-htaccess/
http...
3
Solved
I have a Basic Authentication setup on a development server. It is setup inside my httpd.conf file for the VirtualHost of the website. I've had to set up it to exclude certain directories, which ha...
Handfasting asked 19/12, 2012 at 10:25
1
Solved
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 separ...
1
Solved
I am able to password protect directories via the htaccess file at the root of my site (I have to use one htaccess file in my site root because of my CMS). The issue I'm having is assigning users t...
1
Solved
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 "Logi...
3
Solved
I was wondering if it was possible to setup a conditional http basic auth requirement based on the virtual host URL in an .htaccess file.
For example what I want to do is have mysite.com and test...
Taster asked 7/9, 2011 at 13:0
1
Solved
I need to password protect a website with a username/password but need to keep the "/assets" folder accessible as files like images/css are being embedded on other sites.
I have this for the prote...
4
Solved
I'm documenting the procedure for a full redeploy on my development server. Small staff, using Basic authentication (over SSL, of course) with an htpasswd file backend.
Is it safe to transfer the ...
Jeanniejeannine asked 4/11, 2008 at 20:36
5
Solved
I have setup htpasswd authentication on my live site and it works great, but I don't want to be asked for a password when I am working on the development environment.
In my httpd.conf file I have:...
Clintonclintonia asked 26/7, 2010 at 13:14
2
I have a language specific subdomain that points to the same dir as the root as my site. I use PHP to detect it and show the language.
I wish to set an htpasswd on this subdomain only. Keep in mi...
1
Solved
My question is simple.
How to allow users to change their passwords stored in some htpasswd file in linux without revealing the files content or allow users to modify other passwords?
I tried to...
2
Solved
Given a simple login system (register and login), which of the two choices is more secure:
Using htaccess and htpasswd files to store and authenticate users
Using php to CRUD and MySQL (or any ot...
2
Solved
I was wondering why even for the same username and the same password, htpasswd outputs a new hash everytime? I tried finding an answer to this question, but couldn't.
Kinghorn asked 18/5, 2010 at 11:44
2
Solved
I am showing a grails app to some colleagues on a public domain. So far I am working in devel mode and have not deployed via war.
I need to secure the application in order to keep onybody from che...
Dendrochronology asked 24/11, 2010 at 15:13
2
Solved
Is it possible to add a salt to passwords in .hpasswd files? I assume not since the server would need the salt for each user in order to verify the password and I can't think of how it would get th...
Koester asked 14/11, 2010 at 1:36
2
Solved
How can I password protect my website during development with htaccess in Cakephp?
which htaccess file do I have to change?
what do I have to write in the htaccess
where do I put the .htpasswd?
...
Pepsin asked 14/4, 2009 at 11:11
4
Solved
Possible Duplicate:
HTTP authentication logout via PHP
Hi
I have a some functionality on my website protected using .htaccess and .htpasswd.
When users attempt to access this, they ge...
Longfaced asked 22/7, 2009 at 8:33
3
Solved
Is there a programmatic way to build htpasswd files, without depending on OS specific functions (i.e. exec(), passthru())?
Rammish asked 2/9, 2008 at 16:15
© 2022 - 2024 — McMap. All rights reserved.