You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2013/01/26 04:56:24 UTC

svn commit: r1438838 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: covener
Date: Sat Jan 26 03:56:23 2013
New Revision: 1438838

URL: http://svn.apache.org/viewvc?rev=1438838&view=rev
Log:
try to emphasize that ErrorDocument nnn /foo doesn't send a HTTP redirect.


Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1438838&r1=1438837&r2=1438838&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Sat Jan 26 03:56:23 2013
@@ -1188,7 +1188,7 @@ in case of an error</description>
 
       <li>output a customized message</li>
 
-      <li>redirect to a local <var>URL-path</var> to handle the
+      <li>internally redirect to a local <var>URL-path</var> to handle the
       problem/error</li>
 
       <li>redirect to an external <var>URL</var> to handle the