From: Rich Bowen Date: Wed, 20 May 2026 20:31:32 +0000 (+0000) Subject: mod_rewrite: clarify that the substitution string (not 'path') can include a query... X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=814e808ef662f92dacdff361a5e640989d4ce076;p=thirdparty%2Fapache%2Fhttpd.git mod_rewrite: clarify that the substitution string (not 'path') can include a query string git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934447 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 35f34160ce..3f2a256de8 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -50,8 +50,8 @@ URLs on the fly

A rewrite rule can be invoked in the server configuration files, or in per-directory context. The path generated - by a rewrite rule can include a query string, or can lead to internal + ref="perdirectory">per-directory context. The substitution + string of a rewrite rule can include a query string, and a rule can lead to internal sub-processing, external request redirection, or internal proxy throughput.