<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : MS Office Mimetypes</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 15 Apr 2026 17:23:40 -0000</pubDate>

		<item>
			<title>ez</title>
			<description><![CDATA[Thanks Gert,<br />
<br />
I was looking for the binary checks... of these MS office types (like a lot of files have).<br />
I still hope that somebody has a list of those, otherwise I have to figure them out...<br />
<br />
gr,<br />
<br />
ez]]></description>
			<pubDate>Sun, 07 Nov 2010 00:58:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5998&d=0#post26891]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[I don't have the mimetypes, but I do have another hint for MS office 2007 types.<br />
<br />
Add this to your .htaccess file:<br />
<pre>AddType application/vnd.openxmlformats docx pptx xlsx</pre>
It will make office 2007 files open/download correctly.<br />
<br />
In adminpanel you can disable mimetype check or allow unknown mimetypes so office files will be accepted as normal.<br /><br /><b>Added 5 minutes later:</b><br /><br />I had a closer look at it, and came up with these rules. I didn't test them, but they may work.<br />
<div class="highlight"><pre class="php">$mime_type&#091;'docx'&#093;&#091;&#093;	= array('application/vnd.openxmlformats', '&#091;Content_Types&#093;.xml', '0', '31', '19', '0');
$mime_type&#091;'xlsx'&#093;&#091;&#093;	= array('application/vnd.openxmlformats', '&#091;Content_Types&#093;.xml', '0', '31', '19', '0');
$mime_type&#091;'pptx'&#093;&#091;&#093;	= array('application/vnd.openxmlformats', '&#091;Content_Types&#093;.xml', '0', '31', '19', '0');</pre></div>]]></description>
			<pubDate>Sun, 07 Nov 2010 00:22:40 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5998&d=0#post26890]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[Does anybody have all the correct data for me regarding the MS office mimetypes.<br />
including the MS office 2007/2010 ones<br />
<br />
For: <strong>data\mimetype.php</strong><br />
<br />
Hope to hear from somebody.. <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Sat, 06 Nov 2010 23:19:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5998&d=0#post26889]]></link>
		</item>
	</channel>
</rss>