Forum Moderators: phranque

Message Too Old, No Replies

.htaccess sending headers to browser

         

topr8

3:13 pm on Jun 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



according to w3 one of the prefered methods of sending the charset to the browser is by adding the following line to my htaccess file

AddType 'text/html; charset=ISO-8859-1' htm

have done this and using their validator, i still get an error warning:

No Character Encoding Found!

any thoughts

jdMorgan

3:51 am on Jun 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you tried checking your server's response with a server header checker? (You can use one of many on-line header checkers, or the "Live HTTP Headers" extension for Mozilla and Firefox browsers.)

If your server response includes the charset, then either their advice is bad or their validator has a bug -- It wouldn't be the first time...

Jim

topr8

8:01 am on Jun 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



ha, bang on the money there jd! thanks