Commit 41759ccf authored by Lucien Gentis's avatar Lucien Gentis
Browse files

XML update and typo in mod/mod_rewrite.xml.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1730218 13f79535-47bb-0310-9956-ffa450edef68
parent b72ae2f4
Loading
Loading
Loading
Loading
+1683 −1671

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -1064,7 +1064,7 @@ RewriteRule "^/$" "/homepage.std.html" [L]
      matches. That is, you don't need the regex to describe the entire
      string, just the part that you wish to match. Thus, using a regex
      of <code>.</code> is often sufficient rather than <code>.*</code>,
      and the regex <code>abc</code> is <strong>not</code> the same as
      and the regex <code>abc</code> is <strong>not</strong> the same as
      <code>^abc$</code>.</p>

</note>