diff options
author | Rich Bowen <rbowen@apache.org> | 2011-10-10 14:12:45 +0000 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-10-10 14:12:45 +0000 |
commit | 52a0aafa8abfccb24ac0c27453bc492b94850639 (patch) | |
tree | 5adf51f08b2b12c48ab7b1b4e2f447fa65a7f703 /docs/manual/rewrite | |
parent | 553f870f2d2fa8c6e696f05f4b1fef31487a07ee (diff) | |
download | httpd-52a0aafa8abfccb24ac0c27453bc492b94850639.tar.gz |
Corrects another typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite')
-rw-r--r-- | docs/manual/rewrite/tech.html.en | 2 | ||||
-rw-r--r-- | docs/manual/rewrite/tech.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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.</p> <p>In each of these cases, mod_rewrite rewrites the <code>REQUEST_URI</code> either to a new URL, or to a filename.</p> - <p>In per-directory context (ie, within <code>.htaccess</code> files + <p>In per-directory context (i.e., within <code>.htaccess</code> files and <code>Directory</code> 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.</p> <p>In each of these cases, mod_rewrite rewrites the <code>REQUEST_URI</code> either to a new URL, or to a filename.</p> - <p>In per-directory context (ie, within <code>.htaccess</code> files + <p>In per-directory context (i.e., within <code>.htaccess</code> files and <code>Directory</code> 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, |