From: Joe Orton Date: Wed, 6 Apr 2011 12:19:38 +0000 (+0000) Subject: * docs/manual/rewrite/: Fix the real long form of DPI here also. X-Git-Tag: 2.3.12~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6da70f01d655a50d4a2cd7276abb26d2300e0572;p=apache * docs/manual/rewrite/: Fix the real long form of DPI here also. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089420 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index f93dd4a83e..b2371060a4 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -30,7 +30,7 @@ providing detailed explanations and examples.

  • B (escape backreferences)
  • C|chain
  • CO|cookie
  • -
  • DPI|discardpathinfo
  • +
  • DPI|discardpath
  • E|env
  • END
  • F|forbidden
  • @@ -179,7 +179,7 @@ minutes (24 hours) and will be returned for all URIs.

    top
    -

    DPI|discardpathinfo

    +

    DPI|discardpath

    The DPI flag causes the PATH_INFO portion of the rewritten URI to be discarded.

    This flag is available in version 2.2.12 and later.

    diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index c2d360cbfc..be0cc2339a 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -171,7 +171,7 @@ minutes (24 hours) and will be returned for all URIs.

    -
    DPI|discardpathinfo +
    DPI|discardpath

    The DPI flag causes the PATH_INFO portion of the rewritten URI to be discarded.

    This flag is available in version 2.2.12 and later.