diff options
| author | reger <reger18@arcor.de> | 2015-12-22 17:48:24 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2015-12-22 17:48:24 +0100 |
| commit | e84d94f8ca98f92a6aaa91a054e5e7fc0388b4bf (patch) | |
| tree | a2df7f260adf8bb536d9d31e95afdddf7f0932ad /defaults/httpd.mime | |
| parent | 7c6d6cd69a82805bfa68719e63a5786b44f38786 (diff) | |
fix mime table for ms office / open office documents
(causing wrong parser detect in intranet mode)
Diffstat (limited to 'defaults/httpd.mime')
| -rw-r--r-- | defaults/httpd.mime | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/defaults/httpd.mime b/defaults/httpd.mime index 9b763ccb5..813cae3cc 100644 --- a/defaults/httpd.mime +++ b/defaults/httpd.mime @@ -23,8 +23,9 @@ csv = text/csv db = application/octet-stream
dll = application/octet-stream
doc = application/msword
-docx = application/msword
+docx = application/vnd.openxmlformats-officedocument.wordprocessingml.document
dot = application/msword
+dotx = application/vnd.openxmlformats-officedocument.wordprocessingml.template
dvi = application/x-dvi
eps = application/postscript
exe = application/octet-stream
@@ -82,9 +83,11 @@ phtml = application/x-httpd-php pl = text/plain
png = image/png
pot = application/mspowerpoint
+potx = application/vnd.openxmlformats-officedocument.presentationml.template
pps = application/mspowerpoint
+ppsx = application/vnd.openxmlformats-officedocument.presentationml.slideshow
ppt = application/mspowerpoint
-pptx = application/mspowerpoint
+pptx = application/vnd.openxmlformats-officedocument.presentationml.presentation
ppz = application/mspowerpoint
ps = application/postscript
py = text/html
@@ -128,7 +131,8 @@ wmv = video/x-ms-wmv xhtml = text/xhtml+xml
xla = application/msexcel
xls = application/msexcel
-xlsx = application/msexcel
+xlsx = application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
+xltx = application/vnd.openxmlformats-officedocument.spreadsheetml.template
xpi = application/x-xpinstall
xsl = text/xml
xml = text/xml
|
