Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IIS Directory listing doesn't reconize .mkv files

I use the directory listing function in IIS to upload a bunch of files for friends and family to easy access and download.

My problem is that .mkv files it lists but when you click it i get a 'The page cannot be found'.

Ive tried relocating the file and renaming it but i get the same error each time. Why does it do this? Its only my .mkv files everything else works perfectly.

Thanks in advance.

like image 749
Jan Johansen Avatar asked Dec 05 '22 02:12

Jan Johansen


1 Answers

have you added the mkv mime type for your IIS server?

Adding Mime Type Walk through

use mkv and "video/x-matroska" where the example uses FLV and the flv mime type.

like image 112
Mauro Avatar answered Feb 04 '23 20:02

Mauro