I have a simple question, but could not find the answer anywhere
say I have a site \"mysite.com\". I can access the index page by either typing \"mysite.com\" or \"
When the server notices that a "directory" in the URL is a script rather than an actual directory, it runs the script. The remaining components of the path in the URL are put in the PHP variable $_SERVER['PATH_INFO'].
$_SERVER['PATH_INFO']