]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Grammar tweaks, as per BZ59999
authorRich Bowen <rbowen@apache.org>
Tue, 16 Aug 2016 23:41:54 +0000 (23:41 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 16 Aug 2016 23:41:54 +0000 (23:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756567 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 8b95f4d73920160872261e3671c091bc649927de..27d5806f8a0da33113aaf5b550d4f8a31f3e0590 100644 (file)
@@ -1092,10 +1092,10 @@ a user's directory, then you cannot use the rewrite engine. This
 restriction is required for security reasons.</li>
 
 <li>When using the rewrite engine in <code>.htaccess</code> files the
-per-directory prefix (that is, the URI path that lead to the directory
+per-directory prefix (that is, the URI path that leads to the directory
 containing this <code>.htaccess</code> file)
-is automatically <em>removed</em> for the RewriteRule pattern matching
-and automatically <em>added</em> after any relative (not starting with a
+is <em>removed</em> for the RewriteRule pattern matching
+and <em>added</em> after any relative (not starting with a
 slash or protocol name) substitution encounters the end of a rule set.
 See the <directive module="mod_rewrite">RewriteBase</directive>
 directive for more information regarding what prefix will be added back to