diff options
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 /> |