I have ispconfig 2.2.15 on suse 10.0 the accented characters are incorrect (for example instead à I see �) In /home/admispconfig/ispconfig/lib/config.inc.php I have in $go_info["theme"]["charset"] = "iso-8859-1"; I am italian and so in /etc/sysconfig/language I have RC_LANG = "it_IT.iso88591 n /usr/lib/locale I have it_IT.iso88591 what is wrong? what I must do to see the correct characters? many thanks cilla
I am still trying to resolve the problem but without success nobody can give me an hint on how to do? thanks
Ok, then your problem is not realted to ISPConfig. All the configuration you did is for the webinterface on port 81 and has nothing to do with your websites. Please have a look at your apache or apache2 configuration file and change the line: AddDefaultCharset UTF-8 to AddDefaultCharset iso-8859-1 If the line does not exists, add it.