From: Eric Covener Date: Thu, 4 Nov 2010 15:37:28 +0000 (+0000) Subject: PR#47935 some people think s/except/unless makes this somewhat contrived X-Git-Tag: 2.3.9~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c1a40181e45294e52e693068b02dd2d232a176;p=thirdparty%2Fapache%2Fhttpd.git PR#47935 some people think s/except/unless makes this somewhat contrived RewriteCond example clearer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031038 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en index b577dff998d..0e143fe9cc3 100644 --- a/docs/manual/rewrite/intro.html.en +++ b/docs/manual/rewrite/intro.html.en @@ -265,7 +265,7 @@ one Rewrit specified, they must all match for the RewriteRule to be applied. For example, to deny requests that contain the word "hack" in -their query string, except if they also contain a cookie containing +their query string, unless they also contain a cookie containing the word "go", you could use:

RewriteCond %{QUERY_STRING} hack
diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml index 3524f769a8b..b962fd79d5a 100644 --- a/docs/manual/rewrite/intro.xml +++ b/docs/manual/rewrite/intro.xml @@ -277,7 +277,7 @@ one RewriteCond is specified, they must all match for the RewriteRule to be applied. For example, to deny requests that contain the word "hack" in -their query string, except if they also contain a cookie containing +their query string, unless they also contain a cookie containing the word "go", you could use:

RewriteCond %{QUERY_STRING} hack