From 859b2551d50fd00e373fda4677c8076bf1208a31 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Thu, 4 Nov 2010 15:41:11 +0000
Subject: [PATCH] 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
---
docs/manual/rewrite/rewrite_intro.html.en | 2 +-
docs/manual/rewrite/rewrite_intro.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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
--
2.47.2