git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882945
13f79535-47bb-0310-9956-
ffa450edef68
<p>
The second RewriteCond assumes that you have HostNameLookups turned
on, so that client IP addresses will be resolved. If that's not the
- case, you should drop the second rule, and drop the
+ case, you should drop the second RewriteCond, and drop the
<code>[OR]</code> flag from the first RewriteCond.
</p>
</dd>
<p>
The second RewriteCond assumes that you have HostNameLookups turned
on, so that client IP addresses will be resolved. If that's not the
- case, you should drop the second rule, and drop the
+ case, you should drop the second RewriteCond, and drop the
<code>[OR]</code> flag from the first RewriteCond.
</p>
</dd>