apache language problem!

hey everybody

I have a problem with my apache server that its not displaying pages containing arabic letters... they display as question marks in mozilla

sometimes the whole page doesnt display

now with simple pages i can just add a one line php code to solve it:

<?php
header('Content-Type: text/html; charset=windows-1256');
?>

but of course i cant do that with everypage.. plus it doesnt work all the time

the thing is it used to work perfectly fine and just suddenly i get this problem!!

s any ideas please???

and where can i get professional apache support? even if i get to pay... but the problem gotta be solved ASAP apache language problem!

 

 

 

 

Top