1
0
Files
apache2-mod_encoding/httpd-encoding.conf

12 lines
271 B
Plaintext
Raw Permalink Normal View History

<IfModule mod_headers.c>
Header add MS-Author-Via "DAV"
</IfModule>
<IfModule mod_encoding.c>
EncodingEngine on
NormalizeUsername on
SetServerEncoding UTF-8
</IfModule>