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

svn commit: r1331582 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_rewrite.html.en mod_rewrite.xml

Author: nd
Date: Fri Apr 27 20:36:35 2012
New Revision: 1331582

URL: http://svn.apache.org/viewvc?rev=1331582&view=rev
Log:
validation issue

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en?rev=1331582&r1=1331581&r2=1331582&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.html.en Fri Apr 27 20:36:35 2012
@@ -155,7 +155,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/
       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 
                <code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code>
@@ -166,7 +166,6 @@ SCRIPT_URI=http://en1.engelschall.com/u/
                substitution is also valid as a URL path on the server 
                (this is rare).</li>
       </ul>
-      </p>
 
 <p> In the example below, <code class="directive">RewriteBase</code> is necessary
     to avoid rewriting to http://example.com/opt/myapp-1.2.3/welcome.html

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=1331582&r1=1331581&r2=1331582&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 Fri Apr 27 20:36:35 2012
@@ -573,7 +573,7 @@ once!
       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>
@@ -584,7 +584,6 @@ once!
                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