Already registered? Login
Home > TechZone > Forums > Metadot 
Message details Author
Subject: Re: Microsoft docx extension
Posted On: Jun 15, 2010, 2:14:44 PM
User photograph DragonLensman (Tom Coveney)
Message
> Where can I change mime information so my users can display
> docx files with the Word icon and download/open with Microsoft
> Word?
>
> At present, all docx files show as .txt files.
>
> Thanks,
>
> Dave

You can add the following to the mime.types file for your web server in your apache\conf directory


#
# MicroSoft Office 2007 Mime Types
#
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
application/vnd.ms-word.document.macroEnabled.12 docm
application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx
application/vnd.ms-word.template.macroEnabled.12 dotm
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
application/vnd.ms-excel.sheet.macroEnabled.12 xlsm
application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx
application/vnd.ms-excel.template.macroEnabled.12 xltm
application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb
application/vnd.ms-excel.addin.macroEnabled.12 xlam
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm
application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx
application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm
application/vnd.openxmlformats-officedocument.presentationml.template potx
application/vnd.ms-powerpoint.template.macroEnabled.12 potm
application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam
application/vnd.openxmlformats-officedocument.presentationml.slide sldx
application/vnd.ms-powerpoint.slide.macroEnabled.12 sldm
application/onenote one onetoc2 onetmp onepkg
application/vnd.ms-officetheme thmx
Subscribe to this discussion Return to discussion

Messages in this thread: < Previous thread Next thread >
Subject Author Date
davewf (Dave Whited-Ford)
User photograph
2010-06-14 21:33:58
DragonLensman (Tom Coveney)
User photograph
2010-06-15 14:14:44