You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/01/06 02:17:26 UTC

svn commit: r1055699 - /httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Author: covener
Date: Thu Jan  6 01:17:26 2011
New Revision: 1055699

URL: http://svn.apache.org/viewvc?rev=1055699&view=rev
Log:
typoes caught by noodl

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=1055699&r1=1055698&r2=1055699&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Thu Jan  6 01:17:26 2011
@@ -899,7 +899,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>
 
@@ -924,7 +924,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