From: <php...@li...> - 2010-08-12 12:01:14
|
> it seems to me the definition of REQUEST_URI is a grey area so don't worry > if our views are different. From => http://www.php.net/manual/en/reserved.variables.server.php 'REQUEST_URI' The URI which was given in order to access this page; for instance, '/index.html'. ... But from the comments below: danny at orionrobots dot co dot uk 31-Jul-2008 09:25 It is worth noting here that if you use $_SERVER['REQUEST_URI'] with a rewrite rule, the original, not rewritten URI will be presented. I have changed your ticket state back to open. Regards, Jost Bökemeier |