Tasos Bazotis wrote:
Webpages aren't loaded correctly on apache. Although I include a meta
tag (<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-7">) in the head of the html file, apache ignores it and
loads the default character encoding (iso-8859-1). Is there something I
can do? How should I modify the httpd.conf file?
Thanks in advance for the help
Look for AddDefaultCharset. The options are on|off|charset. The
natural default is iso-8859-1.
AddDefaultCharset iso-8859-7|off
See <http://httpd.apache.org/docs/1.3/core.html#adddefaultcharset>
cheers,
gary
--
Anyone can build a usable web site. It takes a graphics designer to
make it slow, confusing, and painful to use.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]