תנסה להוסיף שם
PHP קוד:
AddType 'text/html; charset=windows-1255' html
אתה יכול גם לנסות את זה
PHP קוד:
AddDefaultCharset windows-1255
או את זה ...
PHP קוד:
<FilesMatch "\.(htm|html|css|js|php)$">
ForceType 'text/html; charset=windows-1255'
</FilesMatch>