On Mon, Dec 01, 2003 at 10:41:36AM +0100, Tuflipes wrote: > HI there, > > please i need your help. I was using RH 9 and all was going fine. I installed a new server FC and moved my web page to new server. > > Problem is that apache is no showing correct spanish character. > > Eg: > > I write index.html: > español The default charset sent by httpd in FC1 is now UTF-8: edit /etc/httpd/conf/httpd.conf and change the AddDefaultCharset to ISO-8859-1 or whatever is appropriate for Spanish. Regards, joe