From: Rich Bowen Date: Mon, 10 Oct 2011 14:12:45 +0000 (+0000) Subject: Corrects another typo. X-Git-Tag: 2.3.15~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52a0aafa8abfccb24ac0c27453bc492b94850639;p=apache Corrects another typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180985 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/tech.html.en b/docs/manual/rewrite/tech.html.en index 06239dcab5..1c4253735d 100644 --- a/docs/manual/rewrite/tech.html.en +++ b/docs/manual/rewrite/tech.html.en @@ -63,7 +63,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, 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,