Commit ca83163f authored by Richard Bowen's avatar Richard Bowen
Browse files

Reconcile contradictory statements.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1446007 13f79535-47bb-0310-9956-ffa450edef68
parent f943161c
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -50,14 +50,12 @@ by commas.</p>
RewriteRule pattern target [Flag1,Flag2,Flag3]
</example>

<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