

|
Getting Connected |
FTP | Virtuals Only |
Additional Resources |
| Your Directory | Web FAQ | Stats Interp | Virtual Control Panel | Web E-mail | Page Counters | Pine |
| Change Password | Command Line FTP | UNIX Commands |
Password Protected Directory |
CGI | Cgiemail | MySQL |
|
How to Password Protect a Directory This process involves three parts:
Note: This process works for all but the secure server. People on the secure server will have to send an e-mail request to support. Pay careful attention to which files start with a dot and which ones don't. This is not the only working procedure, as there are many complex authentication options, but if you are unsure what to do, this procedure will work. Private Directory Create a directory called "private" under your home directory. From a shell prompt, or command-line FTP prompt, the command is "mkdir private". From other FTP clients, check your documentation. If you already have a directory called private, and it already has a .htpasswd file in it, create a directory with another name. .htaccess File Enter the following information and save it as
.htaccess. Be sure you put this into the directory you wish to
protect. Note that this protects all subdirectories under this directory.
<Limit GET>
Notes:
Create the First User and the Password File To create the initial password file for the first user:
To change a password or add another user:
Note: Do not use -c to add more users, as it will create and overwrite the password file you created and wipe out your user information you first entered. To remove a user:
|
| Your Directory | Web FAQ | Stats Interp | Virtual Control Panel | Web E-mail | Page Counters | Pine |
| Change Password | Command Line FTP | UNIX Commands |
Password Protected Directory |
CGI | Cgiemail | MySQL |
|
Getting Connected |
FTP | Virtuals Only |
Additional Resources |