summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/rewrite/tech.html.en6
-rw-r--r--docs/manual/rewrite/tech.xml7
2 files changed, 11 insertions, 2 deletions
diff --git a/docs/manual/rewrite/tech.html.en b/docs/manual/rewrite/tech.html.en
index 9d577b90cf..1c1c92ebee 100644
--- a/docs/manual/rewrite/tech.html.en
+++ b/docs/manual/rewrite/tech.html.en
@@ -39,7 +39,7 @@ and URL matching.</p>
content, and logging. (These is not an exhaustive list.)</p>
<p>mod_rewrite acts in two of these phases (or "hooks", as they are
- sometimes called) to influence how URLs may be rewritten.</p>
+ often called) to influence how URLs may be rewritten.</p>
<p>First, it uses the URL-to-filename translation hook, which occurs
after the HTTP request has been read, but before any authorization
@@ -104,6 +104,10 @@ and URL matching.</p>
</table>
+ <p>For even more insight into how mod_rewrite manipulates URIs in
+ different contexts, you should consult the <a href="../mod/mod_rewrite.html#logging">log entries</a> made during
+ rewriting.</p>
+
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="InternalRuleset" id="InternalRuleset">Ruleset Processing</a></h2>
diff --git a/docs/manual/rewrite/tech.xml b/docs/manual/rewrite/tech.xml
index 5aa5408cba..835eafa6a9 100644
--- a/docs/manual/rewrite/tech.xml
+++ b/docs/manual/rewrite/tech.xml
@@ -48,7 +48,7 @@ and URL matching.</p>
content, and logging. (These is not an exhaustive list.)</p>
<p>mod_rewrite acts in two of these phases (or "hooks", as they are
- sometimes called) to influence how URLs may be rewritten.</p>
+ often called) to influence how URLs may be rewritten.</p>
<p>First, it uses the URL-to-filename translation hook, which occurs
after the HTTP request has been read, but before any authorization
@@ -114,6 +114,11 @@ and URL matching.</p>
</table>
+ <p>For even more insight into how mod_rewrite manipulates URIs in
+ different contexts, you should consult the <a
+ href="../mod/mod_rewrite.html#logging">log entries</a> made during
+ rewriting.</p>
+
</section>
<section id="InternalRuleset"><title>Ruleset Processing</title>