encoding problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
eugene2008
Forum Newbie
Posts: 21
Joined: Sat Jul 01, 2006 3:07 pm

encoding problem

Post by eugene2008 »

hello! i have a strange problem with cyrillics in my VPS hoting
take a look at this http://articles-archive.info/linx.php
source code shows good cyrillics but not when I visit this page
what would it be?
on any other hosting all ok, but not on my own... is there a problem with apache settings
please tell me how to fix this problem
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Try this??

Code: Select all

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
eugene2008
Forum Newbie
Posts: 21
Joined: Sat Jul 01, 2006 3:07 pm

Post by eugene2008 »

Post Reply