How to Add new Mime Type in windows server hosting ?
How to Add mkv Mime Type in windows server hosting ?
Resolution :
To add .mkv mime type, follow these steps.
- Click Start, click Run, and then type cmd in the Open box.
- Type the following command, and then press ENTER:
C: CD %windir%\system32\inetsrv
- Run one of the following commands:
-
appcmd set config /section:staticContent /+[fileExtension='.mkv',mimeType='
video/x-matroska
']
-