Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > HTML / Design

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!)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-10-2009, 08:52 AM
Sonyman1 Sonyman1 is offline
Junior Member
 
Join Date: Mar 2009
Posts: 3
Default Apache language charset in to the hosting

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?
Reply With Quote
  #2  
Old 10-10-2009, 09:47 AM
index's Avatar
index index is offline
Moderator
 
Join Date: Aug 2008
Location: Italy
Posts: 201
Default Re: Apache language charset in to the hosting

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
Change this to:
Code:
AddDefaultCharset off
Also you can use language tag in source code of the websites.

Last edited by index; 10-10-2009 at 09:49 AM.
Reply With Quote
Reply

Tags
apache, charset, hosting, language

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 09:56 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.