From: Joe Orton Date: Sat, 15 Jan 2011 15:20:50 +0000 (+0000) Subject: * docs/manual/mod/mod_rewrite.xml: Fix docs to match code; only X-Git-Tag: 2.3.11~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7f020fada6ddf7b012c1482c0451171fb61a90;p=thirdparty%2Fapache%2Fhttpd.git * docs/manual/mod/mod_rewrite.xml: Fix docs to match code; only "discardpath" is accepted, not "discardpathinfo". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059356 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 60dad4908f3..5026b204dfa 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1097,7 +1097,7 @@ cannot use $N in the substitution string! - discardpathinfo|DPI + discardpath|DPI Causes the PATH_INFO portion of the rewritten URI to be discarded. details ...