From: Daniel Gruno Date: Fri, 13 Apr 2012 09:30:57 +0000 (+0000) Subject: xforms X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c02244fce2b49e5a7e5fd5923c371c4a1be97dfc;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325684 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en index 036da765b2c..de1ad8058c3 100644 --- a/docs/manual/rewrite/intro.html.en +++ b/docs/manual/rewrite/intro.html.en @@ -168,7 +168,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.

Syntax of the RewriteRule directive