このコンテンツは選択した言語では利用できません。
10.5.55. AddType
Use the
AddType
directive to define or override a default MIME type and file extension pairs. The following example directive tells the Apache HTTP Server to recognize the .tgz
file extension:
AddType application/x-tar .tgz
AddType application/x-tar .tgz