From 8e66ae080f6828709e609109c5db758a72acaab2 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 31 Jul 2007 19:46:05 +0000 Subject: [PATCH] Document that PT implies L. PR: 40046 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561463 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html.en | 4 ++++ docs/manual/mod/mod_rewrite.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 06b2aa6048..1149b0fc0a 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1378,6 +1378,10 @@ cannot use $N in the substitution string! URL-to-filename translators. The typical example is the use of mod_alias and mod_rewrite.

+ +

The PT flag implies the L flag: + rewriting will be stopped in order to pass the request to + the next phase of processing.

  • 'qsappend|QSA' diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 3b20638b6f..69076a16ed 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1395,6 +1395,10 @@ cannot use $N in the substitution string! URL-to-filename translators. The typical example is the use of mod_alias and mod_rewrite.

    + +

    The PT flag implies the L flag: + rewriting will be stopped in order to pass the request to + the next phase of processing.

  • 'qsappend|QSA' -- 2.40.0