]> granicus.if.org Git - apache/commitdiff
Fix chinese default page.
authorAndré Malo <nd@apache.org>
Sat, 22 Mar 2003 21:17:18 +0000 (21:17 +0000)
committerAndré Malo <nd@apache.org>
Sat, 22 Mar 2003 21:17:18 +0000 (21:17 +0000)
Netware config still needs to be sync'd (whereever it is).

- the encoding was wrong (iso-8859-1 instead fo big5, so (re-)added
  the appropriate extension(s))
- Fixed AddLanguage directives in default configs
- Fixed type map file.

PR: 18025

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99040 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf
docs/docroot/index.html.var
docs/docroot/index.html.zh-tw.big5 [moved from docs/docroot/index.html.zh with 100% similarity]

index 4ffea2e807dafdce1df729a11c12134bb3b45cb8..ae588e0abb23678e181808686f5139435e172177 100644 (file)
@@ -766,8 +766,7 @@ ServerSignature On
     AddLanguage sv .sv
     AddLanguage cz .cz
     AddLanguage ru .ru
-    AddLanguage tw .tw
-    AddLanguage zh-tw .tw
+    AddLanguage zh-TW .zh-tw
     AddLanguage hr .hr
 
 </IfModule>
index f85b8e0d4fe8b5eefa9dc6eac76c82ba6a6b0c42..56020f2b7a585566e0282a51b2cfc0b5446b7a74 100644 (file)
@@ -676,8 +676,7 @@ AddLanguage es .es
 AddLanguage sv .sv
 AddLanguage cz .cz
 AddLanguage ru .ru
-AddLanguage tw .tw
-AddLanguage zh-tw .tw
+AddLanguage zh-TW .zh-tw
 AddLanguage hr .hr
 
 #
index 789d252d9731a389cf926588a2ad42f3e122100c..f3fe6121d1d38501f9d6f824a7e4286cc7db8608 100644 (file)
@@ -114,10 +114,6 @@ URI: index.html.sv
 Content-language: sv
 Content-type: text/html
 
-URI: index.html.tw
-Content-language: zh-tw
-Content-type: text/html
-
-URI: index.html.tw.Big5
-Content-language: tw, zh-tw
+URI: index.html.zh-tw.big5
+Content-language: tw, zh-TW
 Content-type: text/html;charset=Big5