1
00:00:00,300 --> 00:00:02,520
Now we are going to test the Redirect option.

2
00:00:03,270 --> 00:00:08,880
We will go to the client C10 and we are going to type elinks --dump.

3
00:00:10,050 --> 00:00:13,440
http://172.24.0.1.

4
00:00:13,890 --> 00:00:17,690
So now what it will do instead of displaying index.html.

5
00:00:18,060 --> 00:00:26,940
It will Redirect the client to new.html and we will see the page of the contents of the new.html and redirect

6
00:00:26,940 --> 00:00:27,700
to new page.

7
00:00:28,230 --> 00:00:32,870
So let us go to our 10 system and from 10 system.

8
00:00:33,270 --> 00:00:37,950
What we are going to do, we are going to specify.

9
00:00:39,480 --> 00:00:48,290
elinks --dump http://172.24.0.1, what it is displaying Redirect

10
00:00:48,290 --> 00:00:49,250
to new page, why?

11
00:00:49,410 --> 00:00:52,890
Because we made the changes in Master.

12
00:00:52,890 --> 00:00:55,230
in master, we specified this.

13
00:00:55,620 --> 00:00:59,010
That means Redirect permanently index.html to new.html.

14
00:00:59,400 --> 00:01:01,800
So it is displaying that page.

15
00:01:02,370 --> 00:01:08,310
So our Redirect option is working properly and it is very useful option.
