Nick Wiltshire wrote: > Hi all, > > I have a web site that I need served up in utf-8, so in Apache I set: > > AddDefaultCharset utf-8 > > and restarted. Interestingly, it now works correctly if I access > http://www.example.com/index.html but not if I access http://www.example.com/ > even though it's the same page. > > Does anyone know why it would do that?
Maybe some funky rewrite rules or odd multiviews interaction? Or maybe apache is working correctly and it's your browser or a proxy/cache somewhere? Have you tried telnetting directly to port 80 and speaking HTTP to see what headers are being sent back from the server? -- William Astle finger [EMAIL PROTECTED] for further information Geek Code V3.12: GCS/M/S d- s+:+ !a C++ UL++++$ P++ L+++ !E W++ !N w--- !D !M PS PE V-- Y+ PGP t+@ 5++ X !R tv+@ b+++@ !DI D? G e++ h+ y? _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

