This is a discussion on Umlaute in Apache2 within the Apache Web Server forums, part of the Web Server and Related Forums category; Hallo, I am using Apache2 on suse-linux 9.0. Now I have the problems, that apache can not send ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hallo,
I am using Apache2 on suse-linux 9.0. Now I have the problems, that apache can not send words with the letters 'ä,ü,ö' any more. It is not a problem of my browsers, it must be anything with the new apache. Who, can give me a tip please? tnx |
|
|||
|
<veröffentlicht & per Mail versendet>
Hofmann Werner wrote: > Hallo, > > I am using Apache2 on suse-linux 9.0. > Now I have the problems, that apache can not send words > with the letters 'ä,ü,ö' any more. It is not a problem of my > browsers, it must be anything with the new apache. Who, can > give me a tip please? > > tnx I have found out the problem: there are no charset and language settings made by default so I have added following lines (to much but working): AddLanguage da .dk AddLanguage nl .nl AddLanguage en .en AddLanguage et .et AddLanguage fr .fr AddLanguage de .de AddLanguage he .he AddLanguage el .el AddLanguage it .it AddLanguage ja .ja AddLanguage pl .po AddLanguage ko .ko AddLanguage pt .pt AddLanguage nn .nn AddLanguage no .no AddLanguage pt-br .pt-br AddLanguage ltz .ltz AddLanguage ca .ca AddLanguage es .es AddLanguage sv .sv AddLanguage cs .cz .cs AddLanguage ru .ru AddLanguage zh-TW .zh-tw AddLanguage hr .hr DefaultLanguage de LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv tw ForceLanguagePriority Prefer Fallback AddDefaultCharset ISO-8859-1 AddCharset ISO-8859-1 .iso8859-1 .latin1 AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen AddCharset ISO-8859-3 .iso8859-3 .latin3 AddCharset ISO-8859-4 .iso8859-4 .latin4 AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk AddCharset ISO-2022-JP .iso2022-jp .jis AddCharset ISO-2022-KR .iso2022-kr .kis AddCharset ISO-2022-CN .iso2022-cn .cis AddCharset Big5 .Big5 .big5 AddCharset WINDOWS-1251 .cp-1251 .win-1251 AddCharset CP866 .cp866 AddCharset KOI8-r .koi8-r .koi8-ru AddCharset KOI8-ru .koi8-uk .ua AddCharset ISO-10646-UCS-2 .ucs2 AddCharset ISO-10646-UCS-4 .ucs4 AddCharset UTF-8 .utf8 AddCharset GB2312 .gb2312 .gb AddCharset utf-7 .utf7 AddCharset utf-8 .utf8 AddCharset big5 .big5 .b5 AddCharset EUC-TW .euc-tw AddCharset EUC-JP .euc-jp AddCharset EUC-KR .euc-kr AddCharset shift_jis .sjis |
|
|||
|
Hello,
i am using Apache 2.0.48 on W32 Systems. Do you also have the problem with HTML-pages named with an umlaut (like ä.html)? The server gives me a 403 error - access forbidden. Regards, Harald -- to respond to my email-address remove <z>. "Hofmann Werner" <superomega@t-online.de> schrieb im Newsbeitrag news:bmvaka$o1e$02$1@news.t-online.com... > <veröffentlicht & per Mail versendet> > > Hofmann Werner wrote: > > > Hallo, > > > > I am using Apache2 on suse-linux 9.0. > > Now I have the problems, that apache can not send words > > with the letters 'ä,ü,ö' any more. It is not a problem of my > > browsers, it must be anything with the new apache. Who, can > > give me a tip please? > > > > tnx > > I have found out the problem: > there are no charset and language settings made by default so I have added > following lines (to much but working): > > AddLanguage da .dk > AddLanguage nl .nl > AddLanguage en .en > AddLanguage et .et > AddLanguage fr .fr > AddLanguage de .de > AddLanguage he .he > AddLanguage el .el > AddLanguage it .it > AddLanguage ja .ja > AddLanguage pl .po > AddLanguage ko .ko > AddLanguage pt .pt > AddLanguage nn .nn > AddLanguage no .no > AddLanguage pt-br .pt-br > AddLanguage ltz .ltz > AddLanguage ca .ca > AddLanguage es .es > AddLanguage sv .sv > AddLanguage cs .cz .cs > AddLanguage ru .ru > AddLanguage zh-TW .zh-tw > AddLanguage hr .hr > > DefaultLanguage de > LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es sv > tw > ForceLanguagePriority Prefer Fallback > AddDefaultCharset ISO-8859-1 > AddCharset ISO-8859-1 .iso8859-1 .latin1 > AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen > AddCharset ISO-8859-3 .iso8859-3 .latin3 > AddCharset ISO-8859-4 .iso8859-4 .latin4 > AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru > AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb > AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk > AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb > AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk > AddCharset ISO-2022-JP .iso2022-jp .jis > AddCharset ISO-2022-KR .iso2022-kr .kis > AddCharset ISO-2022-CN .iso2022-cn .cis > AddCharset Big5 .Big5 .big5 > AddCharset WINDOWS-1251 .cp-1251 .win-1251 > AddCharset CP866 .cp866 > AddCharset KOI8-r .koi8-r .koi8-ru > AddCharset KOI8-ru .koi8-uk .ua > AddCharset ISO-10646-UCS-2 .ucs2 > AddCharset ISO-10646-UCS-4 .ucs4 > AddCharset UTF-8 .utf8 > AddCharset GB2312 .gb2312 .gb > AddCharset utf-7 .utf7 > AddCharset utf-8 .utf8 > AddCharset big5 .big5 .b5 > AddCharset EUC-TW .euc-tw > AddCharset EUC-JP .euc-jp > AddCharset EUC-KR .euc-kr > AddCharset shift_jis .sjis > |