]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 15:13:23 +0000 (15:13 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 15:13:23 +0000 (15:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1363372 13f79535-47bb-0310-9956-ffa450edef68

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

index 23f0f26d2abe7f43434db0467d05cfb5046c15fe..6fbf50ff21a39c408cdbc0e60ea9f01e81c9fa8e 100644 (file)
@@ -600,7 +600,7 @@ 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>
 
-<pre class="prettyprint lang-config">
+<div class="example"><p><code>
 # Is the request for a non-existent file?
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
@@ -608,8 +608,7 @@ RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule .? - [S=2]
 RewriteRule (.*\.gif) images.php?$1
 RewriteRule (.*\.html) docs.php?$1
-</pre>
-
+</code></p></div>
 
 <p>This technique is useful because a <code class="directive"><a href="../mod/mod_rewrite.html#rewritecond">RewriteCond</a></code> only applies to the
 <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> immediately
index 0ad2eedc016e32139cc864c594ba5287c356fb60..d004335f30341898bf03b652a50986f548f4e9d7 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: 1307737:1363364 (outdated) -->
+<!-- English Revision: 1307737:1363371 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->