From 3757a2c14b044b9ce576f3a845de23547da721dc Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 19 Jul 2012 15:12:55 +0000 Subject: [PATCH] -> 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2