blob: b8bd6aed7a196fca55d8292cdf8c3cee6bdcc8c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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.
|