forked from apache/httpd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
36 lines (29 loc) · 1.87 KB
/
README
File metadata and controls
36 lines (29 loc) · 1.87 KB
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
32
33
34
35
36
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 |
+-----------------------+------------------------------------------+
| Brazilian (pt-br) | Ricardo Leite |
| Czech (cs) | Marcel Kolaja |
| Dutch (nl) | Peter Van Biesen |
| English (en) | Lars Eilebrecht |
| French (fr) | Cecile de Crecy |
| German (de) | Lars Eilebrecht |
| Italian (it) | Luigi Rosa |
| Korean (ko) | Jaeho Shin |
| Polish (pl) | Tomasz Kepczynski |
| Romanian (ro) | Andrei Besleaga |
| Spanish (es) | Karla Quintero |
| Swedish (sv) | Thomas Sjögren |
| Turkish (tr) | Emre Sokullu |
+-----------------------+------------------------------------------+
(Please see http://httpd.apache.org/docs-project/ if you would
like to contribute the pages in an additional language.)
Copyright (c) 2001-2004 The Apache Software Foundation. All rights reserved.