Re: Nocat custom login page
Schuyler Erle <[email protected]> Wed, 12 Sep 2007 14:10:40 -0700
| Newsgroups | gmane.network.nocat |
|---|---|
| Message-ID | <[email protected]> |
* On 12-Sep-2007 at 1:33PM PDT, john kakavas said: > > The problem with the encoding remains though. The html is written in > greek with utf8 encoding, that fact is declared in a meta tag in > but there is still a problem. Browser cant get the encoding, so it > pridusew symboles unless i manually set the character encoding in ff > after the page is loaded. The funny thing is that if i try to access > the login page directly by http://serverip/login.html i.e the > browser detects the encoding and displays the characters properly. > It made me wonder if that was a prob of nocat, or the way that > redirection is made.. If it was for my apache , the error would > happen in the second case too. Find where in the code it says "text/html" and change it to "text/html; charset=utf-8". http://www.w3.org/International/O-HTTP-charset SDE