just request_uri
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1909085 13f79535-47bb-0310-9956-
ffa450edef68
such as "/index.html". This notably excludes the
query string which is available as its own variable
named <code>QUERY_STRING</code>. The value returned for
- both <code>REQUEST_URI</code> and <code>QUERY_STRING</code>
- has already been %-decoded, to re-encoded it pass it through
+ both <code>REQUEST_URI</code>
+ has already been %-decoded, to re-encode it pass it through
the "escape" <a href="#mapfunc">mapping-function</a>.
</dd>