PDA

View Full Version : User can't see greek characters on her page


Henrik
05-29-2007, 03:01 PM
Hello,



Is there something I need to add in the apache configuration for greek characters to be displayed prooperly?

This is the charset from the top of the user's page:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">


Thank you in advance!

NEXCESS.NET (Greg)
05-29-2007, 03:03 PM
You could add this in an .htaccess file in their account:

AddDefaultCharset iso-8859-7

Henrik
05-29-2007, 03:14 PM
Thank you, Greg! That worked like a charm!!! :)