From: Eric Covener Date: Tue, 23 Aug 2016 00:15:55 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~1214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb179c503d892bee56f52578b8e1bd617d839b8e;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757290 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index e3b5cc07a04..56ea953734a 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1055,18 +1055,17 @@ RewriteRule "^/$" "/homepage.std.html" [L] URL after the hostname and port, and before the query string (e.g. "/app1/index.html"). This is the (%-decoded) URL-path.

-
  • In Directory and htaccess context, +

  • In per-directory context (Directory and .htaccess), the Pattern is matched against only a partial path, for example a request of "/app1/index.html" may result in comparison against "app1/index.html" or "index.html" depending on where the RewriteRule is defined.

    -

    In this context, only the trailing portion of the currently mapped - filesystem is compared against. The directory path where the rule is defined - is stripped before comparison (up to and including a trailing slash). +

    The directory path where the rule is defined is stripped from the currently mapped + filesystem path before comparison (up to and including a trailing slash). The net result of this per-directory prefix stripping is that rules in - this context only match against the portion of the currently mapped path - "below" where they are defined.

    + this context only match against the portion of the currently mapped filesystem path + "below" where the rule is defined.

    Directives such as DocumentRoot and Alias, or even the result of previous RewriteRule substitutions, determine