You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2012/04/04 21:16:16 UTC

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

Author: nilgun
Date: Wed Apr  4 19:16:15 2012
New Revision: 1309551

URL: http://svn.apache.org/viewvc?rev=1309551&view=rev
Log:
fix build

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=1309551&r1=1309550&r2=1309551&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Wed Apr  4 19:16:15 2012
@@ -299,7 +299,7 @@ Apache HTTP Server 2.0.41 and later</com
       path.</p>
       <p> This directive is <em>required</em> when you use a relative path
       in a substitution in per-directory (htaccess) context unless either
-      of the following conditions are true:
+      of the following conditions are true:</p>
       <ul>
           <li> The original request, and the substitution, are underneath the 
                <directive module="core">DocumentRoot</directive>
@@ -310,7 +310,6 @@ Apache HTTP Server 2.0.41 and later</com
                substitution is also valid as a URL path on the server 
                (this is rare).</li>
       </ul>
-      </p>
 
 <p> In the example below, <directive>RewriteBase</directive> is necessary
     to avoid rewriting to http://example.com/opt/myapp-1.2.3/welcome.html