Commit 58b0a37b authored by Richard Bowen's avatar Richard Bowen
Browse files

Corrects another typo.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180985 13f79535-47bb-0310-9956-ffa450edef68
parent 6bd391a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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,