Archive for the 'htpasswd' Category

How To Use Php To Change .htpasswd In Apache

i Discover a Way to Get php to Change the .htpasswd in the apache
Duration : 0:4:54

Password protecting using htaccess trouble?

I’m using files for htaccess and htpasswd to try to password protect a website. Here are my basic steps:
1) Put code in text file, name htaccess.txt
2) Upload to directory using ASCII mode
3) Rename through FTP client to .htaccess
4) Put code in text file, name htpasswd.txt
5) Upload to directory using ASCII mode
6) Rename through FTP [...]

FTP Ordner mit Passwort schützen !

So könnt ihr einen FTP Ordner mit einem Passwort versehen!!!
Passwort Generator Link:
http://de.selfhtml.org/servercgi/server/htaccess.htm
Checkt am Besten meinen Blog http://webbirne.com, mit hilfreichen Beiträgen für Webmaster und alle die Webseiten machen
Freu mich auf eure Kommentare
Duration : 0:7:6

Apache/PHP Form Security?

Hello,
I need to have password protection on a directory and all of its content and subfolders. Essentially it’s a "client area" of a website. In this directory will contain regular php script files to display pages, but there will also be links to PDF files, and regular html websites for beta-testing, etc.
I need to be [...]

Help with .htaccess file on my site!?

I am trying to encrypt a directory (/isms) on my site using the .htaccess and the .htpasswd files. However, after I uploaded both files to the correct spots on the server, noting happened. I went to: www.************.com/isms/index.html and was not prompted for any credentials. I used an online creator to make the [...]

What the hell is this!!!?

What are the .htaccess and .htpasswd files in my website!!!
.htaccess is a configuration file for apache. It helps to set up the settings for that directory.
.htpasswd is used to store information for basic http access and authorization.
Both files are apache files which is what operating system your website is running. In my opinion I would [...]

realistic 7 hackthissite help?

http://www.hackthissite.org/missions/realistic/7/showimages.php?file=images/admin/.htpasswd isnt this supposed to be the url where the hash was supposed to be located? well… i cant find it… there are two images and nothing else… could somebody please give me the correct url?
hey there are two images…put the mouse over the first one and look the status bar on the explorer. Hey [...]

When setting up "Password Protected Pages",?

I have the code properly in place as written, however, when testing the access I keep getting "AUTHENTICATION REQUIRED". The files: .htaccess and .htpasswd all correspond to instructions but unable gain access from the front. Can anyone provide any insight/assistance so I can correct this "bugging problem".
When you generated the encrypted passwords using [...]

Password protect a PHP directory?

I have a PHP script that creates a directory on my Linux host. I want to use .htaccess and .htpasswd to control access to the new directory. How do I create these files with PHP?
Links to existing tutorials or example code accepted!
I found a sie that tell about how you would go about doing this.
http://www.gameproducer.net/2006/12/09/how-to-create-password-protected-directory-for-confidential-material/
Good [...]

Why am I getting "No input file specified" for AuthUserFile in .htaccess file?

I am using a .htaccess file in apache to password protect a directory. I use the AuthUserFile command to specify the .htpasswd file. But when I view the directory in a web browser I get "no input file specified". I have triple checked the path to the file and everything looks fine. The contains are [...]