nd 2003/10/10 15:12:24
Modified: docs/manual/mod mod_rewrite.html.en mod_rewrite.xml
Log:
remove a wrong not about file-to-file hooks.
PR: 23618
Revision Changes Path
1.26 +0 -9 httpd-2.0/docs/manual/mod/mod_rewrite.html.en
Index: mod_rewrite.html.en
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_rewrite.html.en,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -u -r1.25 -r1.26
--- mod_rewrite.html.en 27 Jul 2003 16:53:27 -0000 1.25
+++ mod_rewrite.html.en 10 Oct 2003 22:12:24 -0000 1.26
@@ -1568,15 +1568,6 @@
URL-to-filename translators</strong>. The typical example
is the use of <code>mod_alias</code> and
<code>mod_rewrite</code>..</p>
-
-<div class="note"><h3>For Apache hackers</h3>
- If the current Apache API had a filename-to-filename
- hook additionally to the URI-to-filename hook then we
- wouldn't need this flag! But without such a hook this
- flag is the only solution. The Apache Group has
- discussed this problem and will add such a hook in
- Apache version 2.0.
-</div>
</li>
<li>'<strong><code>skip|S</code></strong>=<em>num</em>'
1.17 +0 -9 httpd-2.0/docs/manual/mod/mod_rewrite.xml
Index: mod_rewrite.xml
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_rewrite.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -u -r1.16 -r1.17
--- mod_rewrite.xml 24 Jul 2003 10:40:54 -0000 1.16
+++ mod_rewrite.xml 10 Oct 2003 22:12:24 -0000 1.17
@@ -1570,15 +1570,6 @@
URL-to-filename translators</strong>. The typical example
is the use of <code>mod_alias</code> and
<code>mod_rewrite</code>..</p>
-
-<note><title>For Apache hackers</title>
- If the current Apache API had a filename-to-filename
- hook additionally to the URI-to-filename hook then we
- wouldn't need this flag! But without such a hook this
- flag is the only solution. The Apache Group has
- discussed this problem and will add such a hook in
- Apache version 2.0.
-</note>
</li>
<li>'<strong><code>skip|S</code></strong>=<em>num</em>'
|