Long description

Back

The following are the different Stages shown here:

Stage 1: Initial request.

Stage 2: Redirect configuration tells us that foo dot h t m l has moved to bar dot p h p.

Stage 3. The server now responds with the output from bar dot p h p.

Stage 4: The client sees output from bar dot p h p but the U R L still says foo dot h t m l.

The initial request passed from the user to the server is as follows: GET forward slash foo dot h t m l H T T P forward slash 1.1

Host colon funwebdev dot com.

...

The following instruction is given in the stage 2:

RewriteRule caret forward slash foo dot h t m l dolla sign forward slash PATH forward slash bar dot p h p open square bracket P T close square bracket. An arrow from bar dot p h p on the stage 3 is pointed to the user window.

Back