REQUEST_URI will always be the original path of the request. You should be using PATH_INFO instead in your PHP script if you want the path as ...
確定! 回上一頁