]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR#47935 some people think s/except/unless makes this somewhat contrived
authorEric Covener <covener@apache.org>
Thu, 4 Nov 2010 15:37:28 +0000 (15:37 +0000)
committerEric Covener <covener@apache.org>
Thu, 4 Nov 2010 15:37:28 +0000 (15:37 +0000)
RewriteCond example clearer.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031038 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/intro.html.en
docs/manual/rewrite/intro.xml

index b577dff998ddf62c1e5434134900c1f79696cdfb..0e143fe9cc37b221af9f4a50de6944de32e4cf64 100644 (file)
@@ -265,7 +265,7 @@ one <code class="directive"><a href="../mod/mod_rewrite.html#rewritecond">Rewrit
 specified, they must all match for
 the <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> 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:</p>
 <div class="example"><p><code>
 RewriteCond %{QUERY_STRING} hack<br />
index 3524f769a8ba5b7d3feba3dddec86d8df24b1dc8..b962fd79d5a6eac6c73b9a9190795eb76ecda8ab 100644 (file)
@@ -277,7 +277,7 @@ one <directive module="mod_rewrite">RewriteCond</directive> is
 specified, they must all match for
 the <directive module="mod_rewrite">RewriteRule</directive> 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:</p>
 <example>
 RewriteCond %{QUERY_STRING} hack<br />