From: Rich Bowen Date: Fri, 1 May 2026 20:32:50 +0000 (+0000) Subject: Bug 70017: Clarify substitution combinations table intro; fix per-server/per-director... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58647c9b490b83bde2e775f93ebe40cdced7a164;p=thirdparty%2Fapache%2Fhttpd.git Bug 70017: Clarify substitution combinations table intro; fix per-server/per-directory context labels; add seealso from rewrite/htaccess git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933691 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 815653f14b..63fdb80c24 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1542,11 +1542,11 @@ directive.

-

Here are all possible substitution combinations and their +

Here are the possible combinations of substitution string + form, context, and the [R] and [P] flags, and their meanings:

-

Inside per-server configuration - (httpd.conf)
+

Outside per-directory configuration
for request ``GET /somepath/pathinfo'':

@@ -1618,9 +1618,9 @@ directive.

-

Inside per-directory configuration for +

Inside per-directory configuration for /somepath
- (/physical/path/to/somepath/.htaccess, with + (e.g., .htaccess or <Directory>, with RewriteBase "/somepath")
for request ``GET /somepath/localpath/pathinfo'':

diff --git a/docs/manual/rewrite/htaccess.xml b/docs/manual/rewrite/htaccess.xml index d7008cc6c0..934fe5136e 100644 --- a/docs/manual/rewrite/htaccess.xml +++ b/docs/manual/rewrite/htaccess.xml @@ -47,6 +47,7 @@ processes rules in per-directory context, see the When not to use mod_rewrite RewriteRule Flags Technical details +Substitution string combinations

Prerequisites: AllowOverride