.htaccess (249B)
1 <files ~ '^character-encoding-03[1234567]\.(xht|xhtml|xml|html|htm)$'> 2 AddCharset us-ascii .xht .xhtml .xml .html .htm 3 </files> 4 5 <files ~ '^at-charset-07[1234567]\.(xht|xhtml|xml|html|htm)$'> 6 AddCharset us-ascii .xht .xhtml .xml .html .htm 7 </files>