1
00:00:00,450 --> 00:00:08,220
We want to give the access to all the users which are in /etc/httpd/webpass file, all the

2
00:00:08,220 --> 00:00:13,080
users, so for that, you have to just use the parameter Require valid-user.

3
00:00:13,440 --> 00:00:17,010
So what is the syntax of our .htaccess file?

4
00:00:17,220 --> 00:00:23,460
Again, those are the same setting AuthType Basic, AuthName restricted Access, then user file.

5
00:00:23,610 --> 00:00:26,370
Then we are going to specify Require valid-user.

6
00:00:26,820 --> 00:00:29,640
Now, what will happen if we are going to see a change

7
00:00:29,640 --> 00:00:38,340
the parameter to this Require valid-user then all the users which have got entry into this file, they will

8
00:00:38,340 --> 00:00:39,180
be given access.

9
00:00:39,480 --> 00:00:40,790
How we are going to verify.

10
00:00:41,040 --> 00:00:43,950
We will go to that C10 system and we will run.

11
00:00:44,910 --> 00:00:49,530
We will try to access our website by using all the users.

12
00:00:49,530 --> 00:00:51,880
Now all the users will be given the access.

13
00:00:52,170 --> 00:00:58,900
So if you want all the authentic user to have the access, just make this entry into your file Require

14
00:00:59,170 --> 00:00:59,600
valid-user.
