From: Eric Covener
Date: Thu, 4 Nov 2010 15:41:11 +0000 (+0000)
Subject: backport r1031038 from trunk:
X-Git-Tag: 2.2.18~334
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859b2551d50fd00e373fda4677c8076bf1208a31;p=thirdparty%2Fapache%2Fhttpd.git
backport r1031038 from trunk:
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/branches/2.2.x@1031041 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/rewrite_intro.html.en b/docs/manual/rewrite/rewrite_intro.html.en
index c339ec93713..05023e0c554 100644
--- a/docs/manual/rewrite/rewrite_intro.html.en
+++ b/docs/manual/rewrite/rewrite_intro.html.en
@@ -254,7 +254,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/rewrite_intro.xml b/docs/manual/rewrite/rewrite_intro.xml
index 1be803cf985..4e2c74a0f3a 100644
--- a/docs/manual/rewrite/rewrite_intro.xml
+++ b/docs/manual/rewrite/rewrite_intro.xml
@@ -260,7 +260,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