What is a correct MIME type for .docx, .pptx, etc.?

For older *.doc documents, this was enough: header(“Content-Type: application/msword”); What MIME type should I use for new .docx documents? Also, for pptx and xlsx documents? 9 Here are the correct Microsoft Office MIME types for HTTP content streaming: Extension MIME Type .doc application/msword .dot application/msword .docx application/vnd.openxmlformats-officedocument.wordprocessingml.document .dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template .docm application/vnd.ms-word.document.macroEnabled.12 .dotm application/vnd.ms-word.template.macroEnabled.12 .xls application/vnd.ms-excel … Read more