]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
bz66477 - Tweak phrasing for better clarity.
authorRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 12:47:42 +0000 (12:47 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 12:47:42 +0000 (12:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932793 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/intro.xml

index 6606d8c181a63eadd3fe72724bb369a739c0667e..d45ac0afb846009a2eb1f4d765ccb558b1764629 100644 (file)
@@ -382,7 +382,7 @@ sections or <a href="../howto/htaccess.html"><code>.htaccess</code>
 files</a> at the expense of some additional complexity. This technique
 is called per-directory rewrites.</p>
 
-<p>The main difference with per-server rewrites is that the path
+<p>The main difference from per-server rewrites is that the path
 prefix of the directory containing the <code>.htaccess</code> file is
 stripped before matching in
 the <directive module="mod_rewrite">RewriteRule</directive>. In addition, the <directive module="mod_rewrite">RewriteBase</directive> should be used to assure the request is properly mapped.</p>