]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Fri, 5 Oct 2012 22:05:01 +0000 (22:05 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 5 Oct 2012 22:05:01 +0000 (22:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1394838 13f79535-47bb-0310-9956-ffa450edef68

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

index d01b516d9762eee8f20b1e0785686b78c9e060c6..35be27d2ae4d7c9d50a95b10f08cb955b4472921 100644 (file)
@@ -641,10 +641,12 @@ URI in request' warnings.
 <p>The [S] flag is used to skip rules that you don't want to run. The 
 syntax of the skip flag is [S=<em>N</em>], where <em>N</em> signifies 
 the number of rules to skip (provided the <code class="directive"><a href="../mod/mod_rewrite.html#&#10;rewriterule">
-RewriteRule</a></code> matches). This can be thought of as a <code>goto</code> 
-statement in your rewrite ruleset. In the following example, we only want 
-to run the <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> if the 
-requested URI doesn't correspond with an actual file.</p>
+RewriteRule</a></code> and any preceding <code class="directive"><a href="../mod/mod_rewrite.html#&#10;rewritecond">
+RewriteCond</a></code> directives match). This can be thought of as a 
+<code>goto</code> statement in your rewrite ruleset. In the following 
+example, we only want to run the <code class="directive"><a href="../mod/mod_rewrite.html#&#10;rewriterule">
+RewriteRule</a></code> if the requested URI doesn't correspond with an 
+actual file.</p>
 
 <pre class="prettyprint lang-config">
 # Is the request for a non-existent file?
index 3c52efc6e83df04d48ea15be7af91bff169557ad..9f8d3077bef42178b4081fb46b37b21e7c3f8778 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1379311 -->
+<!-- English Revision: 1379311:1394837 (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>