From 52a0aafa8abfccb24ac0c27453bc492b94850639 Mon Sep 17 00:00:00 2001
From: Rich Bowen
In each of these cases, mod_rewrite rewrites the
REQUEST_URI
either to a new URL, or to a filename.
In per-directory context (ie, within .htaccess
files
+
In per-directory context (i.e., within .htaccess
files
and Directory
blocks), these rules are being applied
after a URL has already been translated to a filename. Because of
this, mod_rewrite temporarily translates the filename back into a URL,
diff --git a/docs/manual/rewrite/tech.xml b/docs/manual/rewrite/tech.xml
index 399acfa02c..bd2dc078b9 100644
--- a/docs/manual/rewrite/tech.xml
+++ b/docs/manual/rewrite/tech.xml
@@ -73,7 +73,7 @@ and URL matching.
In each of these cases, mod_rewrite rewrites the
REQUEST_URI
either to a new URL, or to a filename.
In per-directory context (ie, within .htaccess
files
+
In per-directory context (i.e., within .htaccess
files
and Directory
blocks), these rules are being applied
after a URL has already been translated to a filename. Because of
this, mod_rewrite temporarily translates the filename back into a URL,
--
2.40.0