]> granicus.if.org Git - apache/commitdiff
rebuild
authorRich Bowen <rbowen@apache.org>
Wed, 28 Sep 2016 13:19:34 +0000 (13:19 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 28 Sep 2016 13:19:34 +0000 (13:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1762660 13f79535-47bb-0310-9956-ffa450edef68

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

index 450e10e10811cd5dd2162510bfd2e8de3bb640e4..2be45bf7f9a5df5d36410d88de625bb5c4d9c0c0 100644 (file)
@@ -104,6 +104,9 @@ isn't a valid URL, and so would be encoded as
 before being passed on to the output URL, resulting in a correct mapping to
 <code>/search.php?term=x%20%26%20y%2Fz</code>.</p>
 
+<pre class="prettyprint lang-config">RewriteRule "^search/(.*)$" "/search.php?term=$1" [B,PT]</pre>
+
+
 <p>Note that you may also need to set <code class="directive"><a href="../mod/core.html#allowencodedslashes">AllowEncodedSlashes</a></code> to <code>On</code> to get this
 particular example to work, as httpd does not allow encoded slashes in URLs, and
 returns a 404 if it sees one.</p>
index e44696ae13e8ec4a9e6ff9ff716ee43e495c8e73..ead8a8b036fe8eee284baf7ebd092c7ba048b91a 100644 (file)
@@ -26,6 +26,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/rewrite/flags.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/rewrite/flags.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
 <p>Ce document décrit les drapeaux disponibles dans la directive
 <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>, en fournissant
index 924f20a92f3c221a0ecb2981443915cd7d6973fa..14935cc7034dab1a110e39c100001adc2addb010 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1734259 -->
+<!-- English Revision: 1734259:1762653 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 912229af035fb274402498f5449e79893fcdc4f0..e4f3ee6f49579d22f3ac151854846aa839f83758 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>