1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-22 23:12:44 +03:00
Files
apache/docs/error
Erik Abele 7b48ee1840 Added encoding="none" for the ssi-output of REDIRECT_ERROR_NOTES.
This fixes the output of HTML-tags through the above env-var (e.g.
<p> instead of &lt;p&gt;).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96524 13f79535-47bb-0310-9956-ffa450edef68
2002-08-24 22:25:16 +00:00
..

 Multi Language Custom Error Documents
 -------------------------------------

 The 'error' directory contains HTTP error messages in multiple languages.
 If the preferred language of a client is available it is selected
 automatically via the MultiViews feature. This feature is enabled
 by default via the Options, Language and ErrorDocument directives.

 You may configure the design and markup of the documents by modifying
 the HTML files in the directory 'error/include'.


 Supported Languages:
 
  +------------------+------------------------------------------+
  | Language         | Contributed by                           |
  +------------------+------------------------------------------+
  | Dutch (nl/*)     | Peter Van Biesen                         |
  | French (fr)      | Cecile de Crecy                          |
  | English (en)     | Lars Eilebrecht                          |
  | German (de)      | Lars Eilebrecht                          |
  | Spanish (es)     | Karla Quintero                           |
  | Italian (fr)     | Luigi Rosa                               |
  | Swedish (sv)     | Thomas Sjögren                           |
  +------------------+------------------------------------------+
  (Please see http://httpd.apache.org/docs-project/ if you would
   like to contribute the pages in an additional language.)


 Copyright (c) 2001-2002 The Apache Software Foundation. All rights reserved.