Forum Moderators: phranque
we have a problem with our site and script on customer server. Please note that on ours server (local and online) it's all ok
it seems that this server don't view correctly letters as אטעי.. and special char
we think that is not correctly setting the charset on apache ..
so
I have into my html
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
But I see only bad character..
"Seems" that server force utf-8 charset..
What do you thin about?
Use an on-line server headers checker, or try the Live HTTP Headers extension for FireFox, available from Mozilla.
Also, if your site supports only one language, it may help to disable content-negotiation.
Jim