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

docs/manual/rewrite/flags.xml

index 1eb65bdd60521d9d8d590eb7a73149d3dcef8f1c..e442b70d131178a5298c590f06ab89f9d14f3334 100644 (file)
@@ -603,7 +603,7 @@ statement in your rewrite ruleset. In the following example, we only want
 to run the <directive module="mod_rewrite">RewriteRule</directive> if the 
 requested URI doesn't correspond with an actual file.</p>
 
-<highlight language="config">
+<example>
 # Is the request for a non-existent file?
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
@@ -611,7 +611,7 @@ RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule .? - [S=2]
 RewriteRule (.*\.gif) images.php?$1
 RewriteRule (.*\.html) docs.php?$1
-</highlight>
+</example>
 
 <p>This technique is useful because a <directive
 module="mod_rewrite">RewriteCond</directive> only applies to the