diff options
author | Eric Covener <covener@apache.org> | 2013-03-13 19:16:20 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2013-03-13 19:16:20 +0100 |
commit | f8d6faccb75c10d0c700a86ffe1bfd29316fc94b (patch) | |
tree | dfbef7c3a095c8e2202643df33ddae0874bde77b /docs/manual/mod/mod_rewrite.xml | |
parent | PR54687: note that REQUEST_FILENAME is influenced by AcceptPathInfo (diff) | |
download | apache2-f8d6faccb75c10d0c700a86ffe1bfd29316fc94b.tar.xz apache2-f8d6faccb75c10d0c700a86ffe1bfd29316fc94b.zip |
spelling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1456072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.xml')
-rw-r--r-- | docs/manual/mod/mod_rewrite.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index d0f7ac02f9..f5710aabb9 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -552,10 +552,10 @@ Alias /myapp /opt/myapp-1.2.3 been determined by the server at the time <code>REQUEST_FILENAME</code> is referenced. Otherwise, such as when used in virtual host context, the same - value as <code>REQUEST_URI</code>. Depending on the vaue of + value as <code>REQUEST_URI</code>. Depending on the value of <directive module="core">AcceptPathInfo</directive>, the server may have only used some leading components of the - <code>REQUEST_URI</code> to map the requet to a file. + <code>REQUEST_URI</code> to map the request to a file. </dd> <dt><code>HTTPS</code></dt> |