From: Vincent Deffontaines Date: Sat, 27 Jun 2009 06:55:46 +0000 (+0000) Subject: ErrorDocument may be used in .htaccess if AllowOverride is set "to Fileinfo" X-Git-Tag: 2.3.3~498 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eeb8cb912f9ecdfb3a8587fcf392449f2413d088;p=thirdparty%2Fapache%2Fhttpd.git ErrorDocument may be used in .htaccess if AllowOverride is set "to Fileinfo" rather than "accordingly". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@788930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index 971a0523046..c41e144a7fa 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -20,19 +20,20 @@

Available Languages:  en  |  es  | + fr  |  ja  |  ko  |  tr 

-

Additional functionality allows webmasters to configure the response +

Additional functionality allows webmasters to configure the response of Apache to some error or problem.

-

Customizable responses can be defined to be activated in the event of +

Customizable responses can be defined to be activated in the event of a server detected error or problem.

-

If a script crashes and produces a "500 Server Error" response, - then this response can be replaced with either some friendlier text or by +

If a script crashes and produces a "500 Server Error" response, + then this response can be replaced with either some friendlier text or by a redirection to another URL (local or external).