forked from pool/apache2-mod_encoding
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
|
|
<IfModule mod_headers.c>
|
|
Header add MS-Author-Via "DAV"
|
|
</IfModule>
|
|
|
|
<IfModule mod_encoding.c>
|
|
EncodingEngine on
|
|
NormalizeUsername on
|
|
SetServerEncoding UTF-8
|
|
</IfModule>
|
|
|