diff options
author | Eric Covener <covener@apache.org> | 2010-11-04 16:37:28 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2010-11-04 16:37:28 +0100 |
commit | 45c1a40181e45294e52e693068b02dd2d232a176 (patch) | |
tree | b4a0bc2d8f22faf1b3cd083746151265e3ee80cf /docs/manual/rewrite/intro.html.en | |
parent | Removing history, because nobody cares. (diff) | |
download | apache2-45c1a40181e45294e52e693068b02dd2d232a176.tar.xz apache2-45c1a40181e45294e52e693068b02dd2d232a176.zip |
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
Diffstat (limited to 'docs/manual/rewrite/intro.html.en')
-rw-r--r-- | docs/manual/rewrite/intro.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en index b577dff998..0e143fe9cc 100644 --- a/docs/manual/rewrite/intro.html.en +++ b/docs/manual/rewrite/intro.html.en @@ -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 /> |