From: Rich Bowen Date: Wed, 20 May 2026 20:31:53 +0000 (+0000) Subject: mod_rewrite: clarify that the substitution string (not 'path') can include a query... X-Git-Tag: 2.4.68-rc1-candidate~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be2a22d144a253d319721b9eee192731cbfa76f9;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/branches/2.4.x@1934448 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 6acbc14caa..fd809e65d2 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -49,8 +49,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.