[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ProgSoc] A password question
Yup ... use a little file called htaccess ...
then you can create a password file of your own using the htpasswd
command .
A basic .htaccess file looks like this ...
====================
AuthUserFile /home/stallion/public_html/testing/access/passwd
AuthGroupFile /dev/null
AuthName Testicles
AuthType Basic
<LIMIT GET POST>
require valid-user
</LIMIT>
========================
Then to create your password file ...
"htpasswd -c <passwdfile> <username>"
Only use the -c flag if the passwd file dont exist. If ya need any more help,
give
me a yell =)
gleNN
FatCat wrote:
> Hello, guys/girls, :)
>
> I was just wondering, is there a way to restrict access to SOME of
> my progsoc pages while leaving the rest open? (besides setting file
> permissions)
>
> Thanks a million.
> Helen
>
> --
> You are subscribed to the progsoc mailing list. To unsubscribe, send a
> message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
> If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.
>
> This list is archived at <http://www.progsoc.uts.edu.au/lists/progsoc/>
--
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.
This list is archived at <http://www.progsoc.uts.edu.au/lists/progsoc/>