Status
Not open for further replies.

mrayoub

Active Member
68
2011
1
0
hello all member
this week member don't post news in my site
one member send me a message
he has this probleme with post news

unled2rq.jpg


and this probleme
Code:
[COLOR=#000000][LEFT][COLOR=#6A6A6A][FONT=Tahoma]tecdown.com - has wrong encoding, postnews can't decode page of this site[/FONT][/COLOR][/LEFT][/COLOR]

plz all member help me with this probleme
 
5 comments
try to add your charset windows-1251 to your server header

this is yours
HTTP/1.0 200 OK =>
Date => Fri, 22 Apr 2011 20:14:34 GMT
Server => LiteSpeed
Connection => close
X-Powered-By => PHP/5.2.17
Expires => Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control => no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma => no-cache
Set-Cookie => dle_hash=deleted; expires=Thu, 22-Apr-2010 20:14:31 GMT; path=/; domain=.tecdown.com; httponly
Last-Modified => Fri, 22 Apr 2011 04:14:34 -0600 GMT
Content-Type => text/html


and this is mine

HTTP/1.1 200 OK =>
Server => nginx/1.0.0
Date => Fri, 22 Apr 2011 20:14:00 GMT
Content-Type => text/html; charset=windows-1251
Connection => close
X-Powered-By => PHP/5.2.13
Set-Cookie => dle_hash=deleted; expires=Thu, 22-Apr-2010 20:13:57 GMT; path=/; domain=.fulldload.com; httponly
Expires => Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control => no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma => no-cache
Last-Modified => Fri, 22 Apr 2011 14:14:00 +0400 GMT

Just contact your host to do this change to server

Content-Type => text/html; charset=windows-1251
 
Status
Not open for further replies.
Back
Top