From 15f3757bf47346301ab2e9c0b7ab578a6eaf1b27 Mon Sep 17 00:00:00 2001 From: Noirin Plunkett Date: Wed, 25 Jan 2006 10:06:14 +0000 Subject: [PATCH] Fixing up typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@372178 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 838525fbc1..9b18aa581d 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1150,12 +1150,13 @@ cannot use $N in the substitution string! These three types of variables are expanded in the order above.

As already mentioned, all rewrite rules are - applied to the Substitution (in the in which they are defined + applied to the Substitution (in the order in which + they are defined in the config file). The URL is completely replaced by the Substitution and the rewriting process continues until all rules have been applied, or it is explicitly terminated by a - L flag - see below.

+ L flag.

There is a special substitution string named '-' which means: NO @@ -1365,7 +1366,7 @@ cannot use $N in the substitution string!

  • 'qsappend|QSA' (query string append)
    - This flag forces the rewrit engine to append a query + This flag forces the rewrite engine to append a query string part of the substitution string to the existing string, instead of replacing it. Use this when you want to add more data to the query string via a rewrite rule.
  • @@ -1386,15 +1387,14 @@ cannot use $N in the substitution string! translate ``/~'' into ``/u/'', or to always append a slash to /u/user, etc.
    - -

    Note: When you use this flag, make + Note: When you use this flag, make sure that the substitution field is a valid URL! Otherwise, you will be redirecting to an invalid location. Remember that this flag on its own will only prepend http://thishost[:thisport]/ to the URL, and rewriting will continue. Usually, you will want to stop rewriting at this point, and redirect immediately. To stop rewriting, you should add - the 'L' flag.

    + the 'L' flag.
  • 'skip|S=num' @@ -1466,7 +1466,7 @@ directory, which is not always possible. redirect to your own server will not work with the prefix http://thishost because of this feature. To achieve such a self-redirect, you have to use the - R-flag (see below).

    + R-flag.

    Note: Query String @@ -1480,7 +1480,7 @@ directory, which is not always possible. query string. When you want to erase an existing query string, end the substitution string with just a question mark. To combine new and old query strings, use the - [QSA] flag (see above).

    + [QSA] flag.

    Here are all possible substitution combinations and their -- 2.50.0