diff options
author | Eric Covener <covener@apache.org> | 2008-12-19 14:39:55 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2008-12-19 14:39:55 +0100 |
commit | 6b75806ed853a6d72c61fdcca1f6263c669c8ba8 (patch) | |
tree | f678ab37976f79d9b2050f35052fa8c4fef54a9c /docs/manual/mod/mod_rewrite.html.en | |
parent | *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome (diff) | |
download | apache2-6b75806ed853a6d72c61fdcca1f6263c669c8ba8.tar.xz apache2-6b75806ed853a6d72c61fdcca1f6263c669c8ba8.zip |
typo spotted by Vincent Bray
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.html.en')
-rw-r--r-- | docs/manual/mod/mod_rewrite.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index e5f35bf677..08226e3f8e 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1269,7 +1269,7 @@ cannot use <code>$N</code> in the substitution string! and PATH_INFO.</p> <p>The current URI can be the initial URI as requested by the client, the - result of a previous round of mod_rewrite processing, or the resulf of + result of a previous round of mod_rewrite processing, or the result of a prior rule in the current round of mod_rewrite processing.</p> <p>In contrast, the PATH_INFO that is appended to the URI before each |