[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RAQ4 password protetion for dummies
- Subject: [cobalt-users] RAQ4 password protetion for dummies
- From: mailinglist@xxxxxxxxxxxx
- Date: Sun Jan 20 17:29:04 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello All.
I'm trying to password protect a folder on my RAQ4. I found some instrction
in the archive but they are not for beginners like me. A friend gave me a
for dummies version which does not work. The instructions as below.
Can anyone spot why this instructiosn below does not work and possibly
provide one that works
Thanks very much in advance
Temi
1. telnet into server
2. type: cd ../../
3. type: htpasswd -c .passwd USERNAME
- note the dot in front of .passwd
- replace USERNAME with your username
- you will be prompted for a password
4. type: pwd
It will return somthing like this:
/home/sites/site???
5. write down your site number (from step 4) and close telnet
6. create a new text document and then insert this text (without the -----
dashes)
---------------------------------------
AuthUserFile /home/sites/site???/.passwd
AuthGroupFile /dev/null
AuthName "TITLE"
AuthType Basic
require userUSERNAME
---------------------------------------
- replace site??? with your site number (from step 5)
- replace TITLE with the title of your site
- replace USERNAME with your username (from step 3)
7. save the file as a TEXT ONLY file and call it htaccess.txt
8. upload the file using FTP to any directory you would like to protect
9. rename the file to .htaccess