From: Rich Bowen Date: Fri, 3 Apr 2026 12:47:42 +0000 (+0000) Subject: bz66477 - Tweak phrasing for better clarity. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a3e00629f6e35c8f4bb42722282fdd1ea7b1c15;p=thirdparty%2Fapache%2Fhttpd.git bz66477 - Tweak phrasing for better clarity. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932793 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml index 6606d8c181..d45ac0afb8 100644 --- a/docs/manual/rewrite/intro.xml +++ b/docs/manual/rewrite/intro.xml @@ -382,7 +382,7 @@ sections or .htaccess files at the expense of some additional complexity. This technique is called per-directory rewrites.

-

The main difference with per-server rewrites is that the path +

The main difference from per-server rewrites is that the path prefix of the directory containing the .htaccess file is stripped before matching in the RewriteRule. In addition, the RewriteBase should be used to assure the request is properly mapped.