From: Rich Bowen Date: Wed, 11 Jan 2023 18:58:21 +0000 (+0000) Subject: rebuild doc X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f365b9ae1a46cc8505bcc8e7561c1713b9b19e72;p=thirdparty%2Fapache%2Fhttpd.git rebuild doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1906616 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en index dc43546ed89..5b21389d356 100644 --- a/docs/manual/rewrite/intro.html.en +++ b/docs/manual/rewrite/intro.html.en @@ -191,7 +191,7 @@ value.

The Substitution can itself be one of three things:

-
A full filesystem path to a resource
+
1. A full filesystem path to a resource

RewriteRule ^/games.* /usr/local/games/web @@ -200,7 +200,7 @@ RewriteRule ^/games.* /usr/local/games/web like the Alias directive.

-
A web-path to a resource
+
2. A web-path to a resource

RewriteRule ^/foo$ /bar @@ -211,7 +211,7 @@ map requests for http://example.com/foo to the path /usr/local/apache2/htdocs/bar.

-
An absolute URL
+
3. An absolute URL

RewriteRule ^/product/view$ http://site2.example.com/seeproduct.html [R] @@ -220,6 +220,8 @@ RewriteRule ^/product/view$ http://site2.example.com/seeproduct.html [R]

+
Note that 1 and 2 have exactly the same syntax. The difference between them is that in the case of 1, the top level of the target path (i.e., /usr/) exists on the filesystem, where as in the case of 2, it does not. (i.e., there's no /bar/ as a root-level directory in the filesystem.)
+

The Substitution can also contain back-references to parts of the incoming URL-path matched by the Pattern. Consider the following:

diff --git a/docs/manual/rewrite/intro.html.fr b/docs/manual/rewrite/intro.html.fr index c7848db8629..313dc4f139c 100644 --- a/docs/manual/rewrite/intro.html.fr +++ b/docs/manual/rewrite/intro.html.fr @@ -33,6 +33,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Ce document est un complément à la documentation de référence du module mod_rewrite. Il décrit les concepts de base dont la diff --git a/docs/manual/rewrite/intro.xml.fr b/docs/manual/rewrite/intro.xml.fr index 38e4a5b2cd5..d045d99645a 100644 --- a/docs/manual/rewrite/intro.xml.fr +++ b/docs/manual/rewrite/intro.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/rewrite/intro.xml.meta b/docs/manual/rewrite/intro.xml.meta index 5aaac0fc867..ce245b2841c 100644 --- a/docs/manual/rewrite/intro.xml.meta +++ b/docs/manual/rewrite/intro.xml.meta @@ -8,6 +8,6 @@ en - fr + fr