diff options
author | Rich Bowen <rbowen@apache.org> | 2020-01-03 20:19:18 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2020-01-03 20:19:18 +0100 |
commit | a634b626ae9886e747415d004bb0a383b80ea4c9 (patch) | |
tree | cb95ea53b3ed50b99b7096b22e99619d8ecbd54a /docs/manual/rewrite | |
parent | rebuilt with change to comment text (diff) | |
download | apache2-a634b626ae9886e747415d004bb0a383b80ea4c9.tar.xz apache2-a634b626ae9886e747415d004bb0a383b80ea4c9.zip |
missing word
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872293 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite')
-rw-r--r-- | docs/manual/rewrite/avoid.html.en | 2 | ||||
-rw-r--r-- | docs/manual/rewrite/avoid.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en index f90cf56b37..e42afe067d 100644 --- a/docs/manual/rewrite/avoid.html.en +++ b/docs/manual/rewrite/avoid.html.en @@ -202,7 +202,7 @@ accomplish.</p> <p><code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> is frequently used to take a particular action based on the presence or absence of a particular environment variable or request header. This can be done more efficiently using the -<code class="directive"><a href="../mod/core.html#if"><If></a></code>.</p> +<code class="directive"><a href="../mod/core.html#if"><If></a></code> directive.</p> <p>Consider, for example, the common scenario where <code class="directive">RewriteRule</code> is used to enforce a canonical diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml index df7557973c..2dab02fefe 100644 --- a/docs/manual/rewrite/avoid.xml +++ b/docs/manual/rewrite/avoid.xml @@ -218,7 +218,7 @@ accomplish.</p> <p><module>mod_rewrite</module> is frequently used to take a particular action based on the presence or absence of a particular environment variable or request header. This can be done more efficiently using the -<directive module="core" type="section">If</directive>.</p> +<directive module="core" type="section">If</directive> directive.</p> <p>Consider, for example, the common scenario where <directive>RewriteRule</directive> is used to enforce a canonical |