Commit 87ee002d authored by Nick Kew's avatar Nick Kew
Browse files

PR#13603 - clarify description of DOCUMENT_URI


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@730282 13f79535-47bb-0310-9956-ffa450edef68
parent cd72791f
Loading
Loading
Loading
Loading
+5 −1
Changes for docs/manual/mod/mod_include.xml: 5 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -405,7 +405,11 @@
      <dt><code>DOCUMENT_URI</code></dt>
      <dd>The (%-decoded) URL path of the document requested by the
      user. Note that in the case of nested include files, this is
      <em>not</em> the URL for the current document.</dd>
      <em>not</em> the URL for the current document.  Note also that
      if the URL is modified internally (e.g. by an <directive
      module="mod_alias">alias</directive> or <directive
      module="mod_dir">directoryindex</directive>), the modified
      URL is shown.</dd>

      <dt><code>LAST_MODIFIED</code></dt>
      <dd>The last modification date of the document requested by