This is a discussion on authentication within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello I'm new to apache. I want to set up authentication for some web pages as follows web root ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |