From: Daniel Gruno Date: Fri, 13 Apr 2012 09:30:42 +0000 (+0000) Subject: Add a notion about the difference between matching in a per-host or a per-directory... X-Git-Tag: 2.5.0-alpha~7174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6691826f276a2df90e1e8f69a1c1b4dd79d80d6;p=apache Add a notion about the difference between matching in a per-host or a per-directory context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325683 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml index ad63516cf8..bc9a335c55 100644 --- a/docs/manual/rewrite/intro.xml +++ b/docs/manual/rewrite/intro.xml @@ -176,7 +176,9 @@ of three arguments separated by spaces. The arguments are

The Pattern is always a regular expression matched against the URL-Path of the incoming request (the part after the hostname but before any question mark indicating -the beginning of a query string).

+the beginning of a query string) or, in per-directory context, against +the request's path relative to the directory for which the rule is +defined.