![]() |
|
|
|
|
|||||||
| HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!) |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
What default language charset is compiled the Apache in my hosting? My website is different than English and are not displayed correctly. Please advise what problem could be?
|
|
#2
|
||||
|
||||
|
I think by default, the language character set is set to "ISO-8859-1 .iso8859-1 .latin1" but here is turned off, because this only supports English based sites. Sites in Spanish, Arabic, and other character sets may display boxes or garbled text. So, you should not a problem. Maybe you do any updates or you manually change something in the configuration file. Compare your file with the default Apache setting in httpd.conf file. Edit /etc/httpd/conf/httpd.conf
Find the line that says: Code:
AddDefaultCharset ISO-8859-1 .iso8859-1 .latin1 Code:
AddDefaultCharset off Last edited by index; 10-10-2009 at 09:49 AM. |
![]() |
| Tags |
| apache, charset, hosting, language |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|