summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/flags.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2013-02-14 02:03:10 +0100
committerRich Bowen <rbowen@apache.org>2013-02-14 02:03:10 +0100
commit7aa07257116c09ee5e1a6627cd256f4984f601ea (patch)
tree9af5b6a9af327751c09382272572494cfbd61ed5 /docs/manual/rewrite/flags.xml
parentr:regex was not returning the last captured group, as we were one off on how ... (diff)
downloadapache2-7aa07257116c09ee5e1a6627cd256f4984f601ea.tar.xz
apache2-7aa07257116c09ee5e1a6627cd256f4984f601ea.zip
Reconcile contradictory statements.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446006 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/rewrite/flags.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index a983e3df7b..9cd8601ce0 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -48,14 +48,12 @@ square brackets at the end of the rule, and multiple flags are separated
by commas.</p>
<highlight language="config">RewriteRule pattern target [Flag1,Flag2,Flag3]</highlight>
-<p>The flags all have a short form, such as <code>CO</code>, as well as
-a longer form, such as <code>cookie</code>. Some flags take one or more
-arguments. Flags are not case sensitive.</p>
-
-<p>Each flag (with a few exceptions)
-has a long and short form. While it is most common to use
+<p>Each flag (with a few exceptions) has a short form, such as
+<code>CO</code>, as well as a longer form, such as <code>cookie</code>.
+While it is most common to use
the short form, it is recommended that you familiarize yourself with the
-long form, so that you remember what each flag is supposed to do.</p>
+long form, so that you remember what each flag is supposed to do.
+Some flags take one or more arguments. Flags are not case sensitive.</p>
<p>Flags that alter metadata associated with the request (T=, H=, E=)
have no affect in per-directory and htaccess context, when a substitution