John W. Baxter wrote: > Muttered because we have .htaccess enabled in only a very few special > situations.
"AllowOverride FileInfo" shouldn't hurt to much (as long as you don't want to be restrictive about error documents, the handler or such things). If there's no AddDefaultCharset in the config, Apache tells nothing about the charset and the client should take it from the html metadata. And if the filename is "something.utf8.html" (and you have a appropriate AddCharset setting), Apache will tell the client that it's UTF-8. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
