From: Daniel Gruno
Date: Thu, 19 Jul 2012 15:12:55 +0000 (+0000)
Subject: ->
X-Git-Tag: 2.2.23~117
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3757a2c14b044b9ce576f3a845de23547da721dc;p=thirdparty%2Fapache%2Fhttpd.git
->
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1363371 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 1eb65bdd605..e442b70d131 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -603,7 +603,7 @@ statement in your rewrite ruleset. In the following example, we only want
to run the RewriteRule if the
requested URI doesn't correspond with an actual file.
-
+
# 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
-
+
This technique is useful because a RewriteCond only applies to the