From fc3cec123f5cc83eb2ac69e4212f9210fae56323 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 14 Apr 2015 19:22:27 +0000 Subject: [PATCH] Rebuild HTML git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673530 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html.en | 8 ++++---- docs/manual/mod/mod_rewrite.html.fr | 2 ++ docs/manual/mod/mod_rewrite.xml.fr | 2 +- docs/manual/mod/mod_rewrite.xml.meta | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 0cc272aeae..a4874c32ec 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1009,10 +1009,10 @@ RewriteRule ^/$ /homepage.std.html [L]

Pattern is a perl compatible regular expression. On the first RewriteRule, it is matched against - the (%-decoded) URL-path (or - file-path, depending - on the context) of the request. Subsequent patterns are matched against the - output of the last matching RewriteRule.

+ the (%-decoded) URL-path + of the request, or, in per-directory context (see below), the URL + path relative to that per-directory context. Subsequent patterns + are matched against the output of the last matching RewriteRule.

What is matched?

In VirtualHost context, diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr index 9b851b101b..3726acf1ba 100644 --- a/docs/manual/mod/mod_rewrite.html.fr +++ b/docs/manual/mod/mod_rewrite.html.fr @@ -27,6 +27,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr index 0483534ed7..4b1dd9d590 100644 --- a/docs/manual/mod/mod_rewrite.xml.fr +++ b/docs/manual/mod/mod_rewrite.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index decc0a7b1e..0be21e86f4 100644 --- a/docs/manual/mod/mod_rewrite.xml.meta +++ b/docs/manual/mod/mod_rewrite.xml.meta @@ -8,6 +8,6 @@ en - fr + fr -- 2.50.1
Description:Ce module fournit un moteur de réécriture à base de règles permettant de réécrire les URLs des requêtes à la volée