Forum Moderators: phranque
With the new configuration, my site has problems with the language, the spanish characters like á, í, ó, ñ, etc. Apache doesn't interprete them.
I saw the MS4W's httpd.conf and there are two tags for the language, LanguageDefault and AddLanguage, I changed these tags:
DefaultLanguage es
AddLanguage es .co
And the character set is:
AddCharset UTF-8 .utf8
But my problem continues.
Thanks for your help!
Windows doesn't store files as UTF-8 by default, so your problem may well be there. Have you tried specifying the default charset as
windows-1252 instead?