Commit b97e12e0 authored by Eric Covener's avatar Eric Covener
Browse files

rewrite guesses URL or Filesystem in server context, but treats everything

as a URL in per-dir context.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1228894 13f79535-47bb-0310-9956-ffa450edef68
parent ce4a1603
Loading
Loading
Loading
Loading
+4 −1
Changes for docs/manual/mod/mod_rewrite.xml: 4 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -1003,7 +1003,10 @@ cannot use <code>$N</code> in the substitution string!
        <dt>file-system path</dt>

        <dd>Designates the location on the file-system of the resource
        to be delivered to the client.</dd>
        to be delivered to the client.  Substitutions are only
        treated as a file-system path when the rule is configured in 
        server (virtualhost) context and the first component of the
        path in the substitution is exists in the file-system</dd>

        <dt>URL-path</dt>