1
00:00:00,330 --> 00:00:06,900
Now, let us create the data for the three websites, as we have discussed, so we will go to the master

2
00:00:06,900 --> 00:00:09,700
system, on master system.

3
00:00:10,230 --> 00:00:17,450
We will go to our /var/www/html directory.

4
00:00:18,390 --> 00:00:21,530
We will check whether something is there or not.

5
00:00:21,540 --> 00:00:22,380
It is empty.

6
00:00:22,650 --> 00:00:26,600
So we are going to create three directories example.

7
00:00:28,600 --> 00:00:33,840
1, example2 example.

8
00:00:36,030 --> 00:00:36,450
3.

9
00:00:38,110 --> 00:00:42,750
We are going to put some data cat example1.

10
00:00:46,520 --> 00:00:54,050
And we have to use greater symbol, that mean we are going to put some data index.html

11
00:00:56,040 --> 00:01:02,430
And we will say welcome to example.

12
00:01:04,710 --> 00:01:06,920
1 site.

13
00:01:09,980 --> 00:01:19,130
We will save this file, then we will go to the directory two and we will put some data there.

14
00:01:20,240 --> 00:01:22,100
We will say welcome to.

15
00:01:23,890 --> 00:01:37,870
Example2 site, that mean we are putting different data in different directories and then we

16
00:01:37,870 --> 00:01:42,940
are going to put the data in example3 directory, we are going to say welcome to.

17
00:01:46,880 --> 00:01:47,840
Example.

18
00:01:50,200 --> 00:02:01,810
3 site, we will save them, with tree command we can check the directory structure, so it is showing example1,

19
00:02:01,810 --> 00:02:08,920
.com, index.html is there, example2, index.html is there, example3, index.html is

20
00:02:09,700 --> 00:02:09,890
there.

21
00:02:10,820 --> 00:02:15,550
So we have created the directory structure according to as we have discussed.
