Hi.
Running Apache/2.0.52 on Linux, I've got problems with special
characters
(Spanish tildes) on my pages. I can see them correctly on my machine
(España), but
not on my web server (España).
My test page is:
-------------------------
<html>
<h1>España</h1>
</html>
-------------------------
Within my 'httpd.conf' I set:
-------------------
AddDefaultChars et ISO-8859-1
-------------------
I don't know wether it's a problem of my webpages or of my webserver.
Any suggestion? Thank you very much.
Running Apache/2.0.52 on Linux, I've got problems with special
characters
(Spanish tildes) on my pages. I can see them correctly on my machine
(España), but
not on my web server (España).
My test page is:
-------------------------
<html>
<h1>España</h1>
</html>
-------------------------
Within my 'httpd.conf' I set:
-------------------
AddDefaultChars et ISO-8859-1
-------------------
I don't know wether it's a problem of my webpages or of my webserver.
Any suggestion? Thank you very much.
Comment