From: Joshua Slive Date: Tue, 31 Jul 2007 19:46:05 +0000 (+0000) Subject: Document that PT implies L. X-Git-Tag: 2.3.0~1670 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e66ae080f6828709e609109c5db758a72acaab2;p=apache 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 --- 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'