|
Home > Archive > Apache Server configuration support > July 2007 > authentication
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Super Slueth 2007-07-10, 7:22 am |
| Hello
I'm new to apache.
I want to set up authentication for some web pages as follows
web root allow admin
sub directory1 allow admin and user1
sub directory2 allow admin and user2
can I use .htaccess to do this or is there a better way.
can anyone point me to some simple step for step docs that explain how
to do this
Many thanks in advance
| |
|
| On Jul 10, 5:22 am, Super Slueth <n...@hotmail.com> wrote:
> Hello
>
> I'm new to apache.
> I want to set up authentication for some web pages as follows
>
> web root allow admin
>
> sub directory1 allow admin and user1
>
> sub directory2 allow admin and user2
>
> can I use .htaccess to do this or is there a better way.
> or
> can anyone point me to some simple step for step docs that explain how
> to do this
>
> Many thanks in advance
You have to set the authentication for each individual directory, you
will get more detail tutorial with the Apache doc online on how to
apply the authentication method.
|
|
|
|
|