From fa2106252c977fef478c9b711bf35b530a60f298 Mon Sep 17 00:00:00 2001
From: Rich Bowen
mod_rewrite acts in two of these phases (or "hooks", as they are - sometimes called) to influence how URLs may be rewritten.
+ often called) to influence how URLs may be rewritten.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.
+For even more insight into how mod_rewrite manipulates URIs in + different contexts, you should consult the log entries made during + rewriting.
+mod_rewrite acts in two of these phases (or "hooks", as they are - sometimes called) to influence how URLs may be rewritten.
+ often called) to influence how URLs may be rewritten.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.
+For even more insight into how mod_rewrite manipulates URIs in + different contexts, you should consult the log entries made during + rewriting.
+