]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rebuild doc
authorRich Bowen <rbowen@apache.org>
Wed, 11 Jan 2023 18:58:21 +0000 (18:58 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 11 Jan 2023 18:58:21 +0000 (18:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1906616 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/intro.html.en
docs/manual/rewrite/intro.html.fr
docs/manual/rewrite/intro.xml.fr
docs/manual/rewrite/intro.xml.meta

index dc43546ed8931e20ca1155580ec92b6863018767..5b21389d356803bf322b76ad8f501b01e77951e0 100644 (file)
@@ -191,7 +191,7 @@ value.
 <p>The <var>Substitution</var> can itself be one of three things:</p>
 
 <dl>
-<dt>A full filesystem path to a resource</dt>
+<dt>1. A full filesystem path to a resource</dt>
 <dd>
 <div class="example"><p><code>
 RewriteRule ^/games.* /usr/local/games/web
@@ -200,7 +200,7 @@ RewriteRule ^/games.* /usr/local/games/web
 like the <code class="directive"><a href="../mod/mod_alias.html#alias">Alias</a></code> directive.</p>
 </dd>
 
-<dt>A web-path to a resource</dt>
+<dt>2. A web-path to a resource</dt>
 <dd>
 <div class="example"><p><code>
 RewriteRule ^/foo$ /bar
@@ -211,7 +211,7 @@ map requests for <code>http://example.com/foo</code> to the
 path <code>/usr/local/apache2/htdocs/bar</code>.</p>
 </dd>
 
-<dt>An absolute URL</dt>
+<dt>3. An absolute URL</dt>
 <dd>
 <div class="example"><p><code>
 RewriteRule ^/product/view$ http://site2.example.com/seeproduct.html [R]
@@ -220,6 +220,8 @@ RewriteRule ^/product/view$ http://site2.example.com/seeproduct.html [R]
 </dd>
 </dl>
 
+<div class="warning">Note that <strong>1</strong> and <strong>2</strong> have exactly the same syntax. The difference between them is that in the case of <strong>1</strong>, the top level of the target path (i.e., <code>/usr/</code>) exists on the filesystem, where as in the case of <strong>2</strong>, it does not. (i.e., there's no <code>/bar/</code> as a root-level directory in the filesystem.)</div>
+
 <p>The <var>Substitution</var> can also
 contain <em>back-references</em> to parts of the incoming URL-path
 matched by the <var>Pattern</var>. Consider the following:</p>
index c7848db86291bcfdcb5ef960cee383b2b66ee2cb..313dc4f139c1b2fe8bf230c66c0e2e85c28b63e8 100644 (file)
@@ -33,6 +33,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/rewrite/intro.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/rewrite/intro.html" title="Fran&#231;ais">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut &#234;tre p&#233;rim&#233;e. V&#233;rifiez la version
+            anglaise pour les changements r&#233;cents.</div>
 
 <p>Ce document est un compl&#233;ment &#224; la <a href="../mod/mod_rewrite.html">documentation de r&#233;f&#233;rence</a> du module
 <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. Il d&#233;crit les concepts de base dont la
index 38e4a5b2cd51a60e7025bd3ab9d81c127ebc59d3..d045d99645a71039296f015edf5d3e786a1dc51d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1365932 -->
+<!-- English Revision: 1365932:1906615 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 5aaac0fc8675ccc7e032ca6c835170e209509b1d..ce245b2841ca052c89d1608a46eb15c79f469bd8 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>