summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_rewrite.html.fr
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-09-12 16:24:27 +0200
committerJim Jagielski <jim@apache.org>2011-09-12 16:24:27 +0200
commit9b5b28f049be21d0820efd37367afe88856795fc (patch)
tree922d5db541adbfa05f497e4e4d0378d46817d273 /docs/manual/mod/mod_rewrite.html.fr
parentUpdates one of the "advanced" recipes and rewrites description. (diff)
downloadapache2-9b5b28f049be21d0820efd37367afe88856795fc.tar.xz
apache2-9b5b28f049be21d0820efd37367afe88856795fc.zip
Xforms changes... using SVN this time ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1169762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.html.fr')
-rw-r--r--docs/manual/mod/mod_rewrite.html.fr6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr
index 9b52ab2261..1384ba953d 100644
--- a/docs/manual/mod/mod_rewrite.html.fr
+++ b/docs/manual/mod/mod_rewrite.html.fr
@@ -337,8 +337,10 @@ la réécriture soit effectuée
<dt><code>REQUEST_URI</code></dt>
- <dd>La ressource demandée dans la ligne de requête
- HTTP ("/index.html" dans l'exemple ci-dessus).</dd>
+ <dd>La partie chemin de l'URI de la requête, comme
+ "/index.html". En particulier, ceci exclut la chaîne
+ de paramètres qui est quant à elle disponible via sa
+ propre variable <code>QUERY_STRING</code>.</dd>
<dt><code>REQUEST_FILENAME</code></dt>