PHP: $_SERVER['REDIRECT_URL'] vs $_SERVER['REQUEST_URI']

Viewed 52078

I printed $_SERVER, and I found out that $_SERVER['REDIRECT_URL'] vs $_SERVER['REQUEST_URI'] both have same values. What's the difference between the two?

3 Answers
Related