Author: covener
Date: Thu Jan 6 01:17:46 2011
New Revision: 1055700
URL: http://svn.apache.org/viewvc?rev=1055700&view=rev
Log:
typoes caught by noodl
Modified:
httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml
Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml?rev=1055700&r1=1055699&r2=1055700&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml Thu Jan 6 01:17:46 2011
@@ -1146,7 +1146,7 @@ RewriteRule ^/$ /homepa
<note><title>Per-directory Rewrites</title>
<ul>
<li>The rewrite engine may be used in <a
-href="../howto/htaccess.html">.htaccess</a> files in <directive type="section"
+href="../howto/htaccess.html">.htaccess</a> files and in <directive type="section"
module="core">Directory</directive> sections, with some additional
complexity.</li>
@@ -1171,7 +1171,7 @@ relative substutions.</li>
a <directive>RewriteCond</directive>.</li>
<li>The removed prefix always ends with a slash, meaning the matching occurs against
a string which
-<em>never</em> has a leading slash. Therefore, A <em>Pattern</em>
with <code>^/</code> never
+<em>never</em> has a leading slash. Therefore, a <em>Pattern</em>
with <code>^/</code> never
matches in per-directory context.</li>
<li>Although rewrite rules are syntactically permitted in <directive
|