From: Daniel Gruno Date: Thu, 19 Jul 2012 15:13:23 +0000 (+0000) Subject: xforms X-Git-Tag: 2.2.23~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e567c24bc3052afdd5953946fdb55bfbb0cf868;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1363372 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 23f0f26d2ab..6fbf50ff21a 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -600,7 +600,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 @@ -608,8 +608,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 RewriteRule immediately diff --git a/docs/manual/rewrite/flags.xml.fr b/docs/manual/rewrite/flags.xml.fr index 0ad2eedc016..d004335f303 100644 --- a/docs/manual/rewrite/flags.xml.fr +++ b/docs/manual/rewrite/flags.xml.fr @@ -1,7 +1,7 @@ - +